python-escpos/doc/user/methods.rst

18 lines
352 B
ReStructuredText
Raw Permalink Normal View History

*******
Methods
*******
:Last Reviewed: 2017-01-25
Escpos class
------------
The core part of this libraries API 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