module documentation

Undocumented

Function colorize Undocumented
Function error Undocumented
Function is_tty Returns True if the given stream is a tty, else False
Function message Undocumented
Function warning Undocumented
Variable _ansi Undocumented
def colorize(msg, color, file=sys.stderr, alt_text=None):

Undocumented

def error(*args, **kwargs):

Undocumented

def is_tty(stream):

Returns True if the given stream is a tty, else False

def message(msg, *args, **kwargs):

Undocumented

def warning(*args, **kwargs):

Undocumented

_ansi: dict[str, int] =

Undocumented