class documentation

Represents a cell in a table. It can span multiple columns or multiple lines.

Method __hash__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method wrap Undocumented
Instance Variable col Undocumented
Instance Variable colspan Undocumented
Instance Variable row Undocumented
Instance Variable rowspan Undocumented
Instance Variable text Undocumented
Instance Variable wrapped Undocumented
def __hash__(self): (source)

Undocumented

Returns
intUndocumented
def __init__(self, text='', rowspan=1, colspan=1): (source)

Undocumented

Parameters
text:strUndocumented
rowspan:intUndocumented
colspan:intUndocumented
def __repr__(self): (source)

Undocumented

Returns
strUndocumented
def wrap(self, width): (source)

Undocumented

Parameters
width:intUndocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented