![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Functions | |
| reset_color () | |
| colorize (color_key, text) | |
| ansiformat (attr, text) | |
Variables | |
| str | esc = "\x1b[" |
| dict | codes = {} |
| list | dark_colors |
| list | light_colors |
| int | x = 30 |
pygments.console
~~~~~~~~~~~~~~~~
Format colored console output.
:copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
| pip._vendor.pygments.console.ansiformat | ( | attr, | |
| text | |||
| ) |
Format ``text`` with a color and/or some attributes::
color normal color
*color* bold color
_color_ underlined color
+color+ blinking color
| list pip._vendor.pygments.console.dark_colors |
| list pip._vendor.pygments.console.light_colors |