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.NullFormatter Class Reference
Inheritance diagram for pip._vendor.pygments.formatters.other.NullFormatter:
Inheritance graph
[legend]
Collaboration diagram for pip._vendor.pygments.formatters.other.NullFormatter:
Collaboration graph
[legend]

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
 

Detailed Description

Output the text unchanged without any formatting.

Member Function Documentation

◆ format()

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.


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