class documentation

class VT102Writer: (source)

View In Hierarchy

Colorizer for Python tokens.

A series of tokens are written to instances of this object. Each is colored in a particular way. The final line of the result of this is generally added to the output.

Method __bytes__ Undocumented
Method __init__ Undocumented
Method color Undocumented
Method write Undocumented
Class Variable normalColor Undocumented
Class Variable typeToColor Undocumented
Instance Variable written Undocumented
def __bytes__(self): (source)

Undocumented

def __init__(self): (source)

Undocumented

def color(self, type): (source)

Undocumented

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

Undocumented

normalColor: bytes = (source)

Undocumented

typeToColor: dict[str, bytes] = (source)

Undocumented

Undocumented