class documentation

Table cell token. This is a leaf block token. Its children are inline (span) tokens.

Should only be called by TableRow.__init__().

Method __init__ Undocumented
Class Variable repr_attributes 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

Inherited from Token (via BlockToken):

Method __repr__ Undocumented
def __init__(self, content, align=None): (source)
repr_attributes: tuple[str, ...] = (source)

Undocumented

align option for current cell (default to None).

children: list = (source)

inner (span-)tokens.