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

Public Member Functions

 __init__ (self, **options)
 
 format (self, tokensource, outfile)
 
- Public Member Functions inherited from pip._vendor.pygments.formatter.Formatter
 get_style_defs (self, arg='')
 

Static Public Attributes

str name = 'Testcase'
 
list aliases = ['testcase']
 
- Static Public Attributes inherited from pip._vendor.pygments.formatter.Formatter
 name = None
 
list aliases = []
 
list filenames = []
 
bool unicodeoutput = True
 

Additional Inherited Members

- Public Attributes inherited from pip._vendor.pygments.formatter.Formatter
 style
 
 full
 
 title
 
 encoding
 
 options
 

Detailed Description

Format tokens as appropriate for a new testcase.

.. versionadded:: 2.0

Constructor & Destructor Documentation

◆ __init__()

pip._vendor.pygments.formatters.other.TestcaseFormatter.__init__ (   self,
**  options 
)
As with lexers, this constructor takes arbitrary optional arguments,
and if you override it, you should first process your own options, then
call the base class implementation.

Reimplemented from pip._vendor.pygments.formatter.Formatter.

Member Function Documentation

◆ format()

pip._vendor.pygments.formatters.other.TestcaseFormatter.format (   self,
  tokensource,
  outfile 
)
This method must format the tokens from the `tokensource` iterable and
write the formatted version to the file object `outfile`.

Formatter options can control how exactly the tokens are converted.

Reimplemented from pip._vendor.pygments.formatter.Formatter.


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