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


Public Member Functions | |
| format (self, tokensource, outfile) | |
Public Member Functions inherited from pip._vendor.pygments.formatter.Formatter | |
| __init__ (self, **options) | |
| get_style_defs (self, arg='') | |
Static Public Attributes | |
| str | name = 'Text only' |
| list | aliases = ['text', 'null'] |
| list | filenames = ['*.txt'] |
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 | |
Output the text unchanged without any formatting.
| pip._vendor.pygments.formatters.other.NullFormatter.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.