![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


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 | |
Syntax theme to use standard colors.
| Style pip._vendor.rich.syntax.ANSISyntaxTheme.get_background_style | ( | self | ) |
Get the background color.
Reimplemented from pip._vendor.rich.syntax.SyntaxTheme.
| 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.