3.1.8.4. c3po.services.Printer module
Contain the class Printer.
- class c3po.services.Printer.Printer(printLevel)
Bases:
objectINTERNAL.
Printerwrites strings in the standard output.- __init__(printLevel)
Build a
Printer.- Parameters:
printLevel (int) – Set the print level (0: None, 1: written lines are overwritten by the following ones, 2: usual printing).
- print(toPrint, tmplevel=None)
Write the provided string in standard output.