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

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
 

Detailed Description

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'``).

Member Function Documentation

◆ _build_color_table()

pip._vendor.pygments.formatters.terminal256.TerminalTrueColorFormatter._build_color_table (   self)
protected

◆ _setup_styles()

pip._vendor.pygments.formatters.terminal256.TerminalTrueColorFormatter._setup_styles (   self)
protected

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