TTY

class TTY

Console utilities.

No constructor, only static methods are available.

Methods

ColoredOutput()

Accessor to the color flag.

ShowColors(flag)

Accessor to the color flag.

GetColor

__init__(self)

Initialize self. See help(type(self)) for accurate signature.

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.