Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions | Variables
pip._vendor.pygments.styles Namespace Reference

Functions

 get_style_by_name (name)
 
 get_all_styles ()
 

Variables

dict STYLE_MAP
 

Detailed Description

    pygments.styles
    ~~~~~~~~~~~~~~~

    Contains built-in styles.

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.

Function Documentation

◆ get_all_styles()

pip._vendor.pygments.styles.get_all_styles ( )
Return a generator for all styles by name, both builtin and plugin.

◆ get_style_by_name()

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.