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


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 | |
Format tokens as appropriate for a new testcase. .. versionadded:: 2.0
| 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.
| 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.