class documentation

class VT102Writer:

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):

Undocumented

def __init__(self):

Undocumented

def color(self, type):

Undocumented

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

Undocumented

normalColor: bytes =

Undocumented

typeToColor: dict[str, bytes] =

Undocumented

written: list =

Undocumented