2015-12-27 15:56:51 +00:00
|
|
|
Methods
|
2023-08-08 22:52:01 +00:00
|
|
|
=======
|
|
|
|
|
2023-08-09 23:38:47 +00:00
|
|
|
:Last Reviewed: 2023-08-10
|
2015-12-27 15:56:51 +00:00
|
|
|
|
|
|
|
Escpos class
|
|
|
|
------------
|
|
|
|
|
2023-08-09 23:38:47 +00:00
|
|
|
The core part of the API of this library is the Escpos class.
|
|
|
|
You use it by instantiating a :doc:`printer <printers>` which is a child of Escpos.
|
2017-01-25 23:23:50 +00:00
|
|
|
The following methods are available:
|
2015-12-27 15:56:51 +00:00
|
|
|
|
2017-01-25 23:23:50 +00:00
|
|
|
.. autoclass:: escpos.escpos.Escpos
|
|
|
|
:members:
|
|
|
|
:member-order: bysource
|
|
|
|
:noindex:
|
2016-08-02 02:38:04 +00:00
|
|
|
|