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


Static Public Attributes | |
| str | name = 'TerminalTrueColor' |
| list | aliases = ['terminal16m', 'console16m', '16m'] |
| list | filenames = [] |
Static Public Attributes inherited from pip._vendor.pygments.formatters.terminal256.Terminal256Formatter | |
| str | name = 'Terminal256' |
| list | aliases = ['terminal256', 'console256', '256'] |
| list | filenames = [] |
Static Public Attributes inherited from pip._vendor.pygments.formatter.Formatter | |
| name = None | |
| list | aliases = [] |
| list | filenames = [] |
| bool | unicodeoutput = True |
Protected Member Functions | |
| _build_color_table (self) | |
| _color_tuple (self, color) | |
| _setup_styles (self) | |
Protected Member Functions inherited from pip._vendor.pygments.formatters.terminal256.Terminal256Formatter | |
| _closest_color (self, r, g, b) | |
| _color_index (self, color) | |
| _write_lineno (self, outfile) | |
Additional Inherited Members | |
Public Member Functions inherited from pip._vendor.pygments.formatters.terminal256.Terminal256Formatter | |
| __init__ (self, **options) | |
| format (self, tokensource, outfile) | |
| format_unencoded (self, tokensource, outfile) | |
Public Member Functions inherited from pip._vendor.pygments.formatter.Formatter | |
| get_style_defs (self, arg='') | |
Public Attributes inherited from pip._vendor.pygments.formatters.terminal256.Terminal256Formatter | |
| xterm_colors | |
| best_match | |
| style_string | |
| usebold | |
| useunderline | |
| useitalic | |
| linenos | |
Public Attributes inherited from pip._vendor.pygments.formatter.Formatter | |
| style | |
| full | |
| title | |
| encoding | |
| options | |
Protected Attributes inherited from pip._vendor.pygments.formatters.terminal256.Terminal256Formatter | |
| _lineno | |
Format tokens with ANSI color sequences, for output in a true-color
terminal or console. Like in `TerminalFormatter` color sequences
are terminated at newlines, so that paging the output works correctly.
.. versionadded:: 2.1
Options accepted:
`style`
The style to use, can be a string or a Style subclass (default:
``'default'``).
|
protected |
Reimplemented from pip._vendor.pygments.formatters.terminal256.Terminal256Formatter.
|
protected |
Reimplemented from pip._vendor.pygments.formatters.terminal256.Terminal256Formatter.