class documentation

class NullFormatter(Formatter): (source)

View In Hierarchy

Output the text unchanged without any formatting.

Method format Format ``tokensource``, an iterable of ``(tokentype, tokenstring)`` tuples and write it into ``outfile``.
Class Variable aliases Undocumented
Class Variable filenames Undocumented
Class Variable name Undocumented

Inherited from Formatter:

Method __init__ Undocumented
Method get_style_defs Return the style definitions for the current style as a string.
Class Variable unicodeoutput Undocumented
Instance Variable encoding Undocumented
Instance Variable full Undocumented
Instance Variable options Undocumented
Instance Variable style Undocumented
Instance Variable title Undocumented
def format(self, tokensource, outfile): (source)

Format ``tokensource``, an iterable of ``(tokentype, tokenstring)`` tuples and write it into ``outfile``.