class TableCell(BlockToken):
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 |