|
Let us walk on the 3-isogeny graph
|
Functions | |
| get_style_by_name (name) | |
| get_all_styles () | |
Variables | |
| dict | STYLE_MAP |
pygments.styles
~~~~~~~~~~~~~~~
Contains built-in styles.
:copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
| get_all_styles | ( | ) |
Return a generator for all styles by name, both builtin and plugin.
Definition at line 99 of file __init__.py.
| get_style_by_name | ( | name | ) |
Return a style class by its short name. The names of the builtin styles are listed in :data:`pygments.styles.STYLE_MAP`. Will raise :exc:`pygments.util.ClassNotFound` if no style of that name is found.
Definition at line 68 of file __init__.py.
References i.
| dict STYLE_MAP |
Definition at line 16 of file __init__.py.