1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

document CupsPrinter

This commit is contained in:
Patrick Kanzler
2023-08-10 00:35:24 +02:00
parent 00ca32372f
commit d855f28a69

View File

@@ -82,7 +82,10 @@ Supports both local and remote CUPS printers and servers.
The printer must be properly configured in CUPS administration.
The connector generates a print job that is added to the CUPS queue.
.. todo:: fix import in documentation
.. autoclass:: escpos.printer.CupsPrinter
:members:
:member-order: bysource
:noindex:
LP
----