module documentation

HTML rendering of Python source.

Class HTMLWriter Write the stream of tokens and whitespace from TokenPrinter, formating tokens as HTML spans.
Class SmallerHTMLWriter HTMLWriter that doesn't generate spans for some junk.
Class TokenPrinter Format a stream of tokens and intermediate whitespace, for pretty-printing.
Function filter Undocumented
Function main Undocumented
def filter(inp, out, writer=HTMLWriter): (source)

Undocumented

def main(): (source)

Undocumented