|
Let us walk on the 3-isogeny graph
|
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.
| ansiformat | ( | attr, | |
| text | |||
| ) |
Format ``text`` with a color and/or some attributes::
color normal color
*color* bold color
_color_ underlined color
+color+ blinking color
Definition at line 48 of file console.py.
References i.
| colorize | ( | color_key, | |
| text | |||
| ) |
Definition at line 44 of file console.py.
| reset_color | ( | ) |
Definition at line 40 of file console.py.
| dict codes = {} |
Definition at line 13 of file console.py.
| list dark_colors |
Definition at line 24 of file console.py.
| str esc = "\x1b[" |
Definition at line 11 of file console.py.
| list light_colors |
Definition at line 26 of file console.py.
| int x = 30 |
Definition at line 29 of file console.py.