class documentation

class RowTokenizer: (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method tokenize Undocumented
Method _start_table Undocumented
Method _tokenize Undocumented
Instance Variable _splitter Undocumented
Instance Variable _table Undocumented
Instance Variable _tables Undocumented
def __init__(self): (source)

Undocumented

def tokenize(self, row): (source)

Undocumented

def _start_table(self, header): (source)

Undocumented

def _tokenize(self, value, index, commented, separator, heading): (source)

Undocumented

_splitter = (source)

Undocumented

Undocumented

Undocumented