python-escpos/doc/user/methods.rst

18 lines
349 B
ReStructuredText
Raw Normal View History

Methods
=======
:Last Reviewed: 2023-08-10
Escpos class
------------
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.
The following methods are available:
.. autoclass:: escpos.escpos.Escpos
:members:
:member-order: bysource
:noindex:
2016-08-02 02:38:04 +00:00