|
BonPrinter v1.2.0
Thermal Printer tool
|
Classes | |
| class | EPrinter |
| Supported printers. More... | |
| class | Printer |
| Class create bons and printout. More... | |
Functions | |
| bool | is_ip_address (str s) |
| Checks if a string is a network address. | |
Variables | |
| dict | D_PRINTER |
| float | F_PRINTER_PRINT_DELAY = 0.75 |
| float | F_PRINTER_SLEEP_TIME = 0.2 |
| log = logging.getLogger(__title__) | |
| str | S_PRINT_ERROR_FILE = "FailedPrints.csv" |
| bool is_ip_address | ( | str | s | ) |
Checks if a string is a network address.
| s | : string to check |
Definition at line 61 of file printer.py.
| dict D_PRINTER |
Definition at line 47 of file printer.py.
| float F_PRINTER_PRINT_DELAY = 0.75 |
Definition at line 57 of file printer.py.
| float F_PRINTER_SLEEP_TIME = 0.2 |
Definition at line 56 of file printer.py.
| log = logging.getLogger(__title__) |
Definition at line 35 of file printer.py.
| str S_PRINT_ERROR_FILE = "FailedPrints.csv" |
Definition at line 58 of file printer.py.