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

Public Member Functions

None __init__ (self, Dict[TokenType, Style] style_map)
 
Style get_style_for_token (self, TokenType token_type)
 
Style get_background_style (self)
 

Public Attributes

 style_map
 

Protected Attributes

 _missing_style
 
 _background_style
 

Detailed Description

Syntax theme to use standard colors.

Member Function Documentation

◆ get_background_style()

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

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

◆ get_style_for_token()

Style pip._vendor.rich.syntax.ANSISyntaxTheme.get_style_for_token (   self,
TokenType  token_type 
)
Look up style in the style map.

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


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