Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
pip._vendor.rich.syntax.PygmentsSyntaxTheme Class Reference
Inheritance diagram for pip._vendor.rich.syntax.PygmentsSyntaxTheme:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.rich.syntax.PygmentsSyntaxTheme:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, Union[str, Type[PygmentsStyle]] theme)
 
Style get_style_for_token (self, TokenType token_type)
 
Style get_background_style (self)
 

Protected Attributes

 _pygments_style_class
 
 _background_color
 
 _background_style
 

Detailed Description

Syntax theme that delegates to Pygments theme.

Member Function Documentation

◆ get_background_style()

Style pip._vendor.rich.syntax.PygmentsSyntaxTheme.get_background_style (   self)
Get the background color.

Reimplemented from pip._vendor.rich.syntax.SyntaxTheme.

◆ get_style_for_token()

Style pip._vendor.rich.syntax.PygmentsSyntaxTheme.get_style_for_token (   self,
TokenType  token_type 
)
Get a style from a Pygments class.

Reimplemented from pip._vendor.rich.syntax.SyntaxTheme.


The documentation for this class was generated from the following file: