class documentation

class TableMarkupError(DataError): (source)

View In Hierarchy

Raise if there is any problem with table markup. The keyword argument `offset` denotes the offset of the problem from the table's start line.

Method __init__ Undocumented
Instance Variable offset Undocumented
def __init__(self, *args, **kwargs): (source)

Undocumented

offset = (source)

Undocumented