TTY¶
- class TTY¶
Console utilities.
No constructor, only static methods are available.
Methods
Accessor to the color flag.
ShowColors
(flag)Accessor to the color flag.
GetColor
- __init__()¶
- static ColoredOutput()¶
Accessor to the color flag.
- Returns
- flagbool
Whether colored output is enabled or disabled.
- static ShowColors(flag)¶
Accessor to the color flag.
- Parameters
- flagbool
Enable or disable colored output.