twisted.python.htmlizer module documentationtwisted.python
View Source
HTML rendering of Python source.
| Class | TokenPrinter | Format a stream of tokens and intermediate whitespace, for pretty-printing. |
| 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. |
| Function | filter | Undocumented |
| Function | main | Undocumented |