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

Public Member Functions

Style get_style_for_token (self, TokenType token_type)
 
Style get_background_style (self)
 

Detailed Description

Base class for a syntax theme.

Member Function Documentation

◆ get_background_style()

Style pip._vendor.rich.syntax.SyntaxTheme.get_background_style (   self)

◆ get_style_for_token()

Style pip._vendor.rich.syntax.SyntaxTheme.get_style_for_token (   self,
TokenType  token_type 
)
Get a style for a given Pygments token.

Reimplemented in pip._vendor.rich.syntax.PygmentsSyntaxTheme, and pip._vendor.rich.syntax.ANSISyntaxTheme.


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