◆ __init__()
| batcher_visualization.Printer.__init__ |
( |
| self, |
|
|
| array_size = 10, |
|
|
| logging_enabled = False ) |
◆ print_everything()
| batcher_visualization.Printer.print_everything |
( |
| self | ) |
|
Prints out all the strings that have been queued up.
◆ queue_print()
| batcher_visualization.Printer.queue_print |
( |
| self, |
|
|
| id, |
|
|
| string, |
|
|
| replace = False ) |
Queues up a string for printing. If the ID exists, the string is added to the queue
and marked for printing. If `replace` is True, the string is added again using the add function.
◆ fixed_array
| batcher_visualization.Printer.fixed_array = FixedSizeArray(array_size, logging_enabled) |
◆ queue
| list batcher_visualization.Printer.queue = [] |
The documentation for this class was generated from the following file: