![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
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.
| pip._vendor.pygments.styles.get_all_styles | ( | ) |
Return a generator for all styles by name, both builtin and plugin.
| pip._vendor.pygments.styles.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.