class documentation

class TableCell(BlockToken):

View In Hierarchy

Table cell token. Boundary between span-level and block-level tokens.

Should only be called by TableRow.__init__().

Method __init__ Undocumented
Instance Variable align align option for current cell (default to None).
Instance Variable children inner (span-)tokens.

Inherited from BlockToken:

Static Method read Undocumented
Method __contains__ Undocumented
def __init__(self, content, align=None):
align: bool =
align option for current cell (default to None).
children: list =
inner (span-)tokens.