«
class documentation

class HTMLWriter:

Known subclasses: twisted.python.htmlizer.SmallerHTMLWriter

Constructor: HTMLWriter(writer)

View In Hierarchy

Write the stream of tokens and whitespace from TokenPrinter, formating tokens as HTML spans.

Method __init__ Undocumented
Method write Undocumented
Instance Variable noSpan Undocumented
Instance Variable writer Undocumented
def __init__(self, writer):

Undocumented

def write(self, token, type=None):

Undocumented

noSpan: list[str] =

Undocumented

writer =

Undocumented