class documentation

class Untokenizer:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method add_whitespace Undocumented
Method compat Undocumented
Method untokenize Undocumented
Instance Variable encoding Undocumented
Instance Variable prev_col Undocumented
Instance Variable prev_row Undocumented
Instance Variable tokens Undocumented
def __init__(self):

Undocumented

def add_whitespace(self, start):

Undocumented

def compat(self, token, iterable):

Undocumented

def untokenize(self, iterable):

Undocumented

encoding =

Undocumented

prev_col: int =

Undocumented

prev_row: int =

Undocumented

tokens: list =

Undocumented