module documentation

pygments.console ~~~~~~~~~~~~~~~~ Format colored console output. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Function ansiformat Format ``text`` with a color and/or some attributes::
Function colorize Undocumented
Function reset_color Undocumented
Variable codes Undocumented
Variable dark_colors Undocumented
Variable esc Undocumented
Variable light_colors Undocumented
Variable x Undocumented
def ansiformat(attr, text): (source)

Format ``text`` with a color and/or some attributes:: color normal color *color* bold color _color_ underlined color +color+ blinking color

def colorize(color_key, text): (source)

Undocumented

def reset_color(): (source)

Undocumented

Undocumented

dark_colors: list[str] = (source)

Undocumented

Undocumented

light_colors: list[str] = (source)

Undocumented

Undocumented