class documentation

class TableRow(BlockToken):

View In Hierarchy

Table row token. Supports escaped pipes in table cells (for primary use within code spans).

Should only be called by Table.__init__().

Method __init__ Undocumented
Class Variable escaped​_pipe​_pattern Undocumented
Class Variable split​_pattern Undocumented
Instance Variable children Undocumented
Instance Variable row​_align Undocumented

Inherited from BlockToken:

Static Method read Undocumented
Method __contains__ Undocumented
def __init__(self, line, row_align=None):
escaped_pipe_pattern =

Undocumented

split_pattern =

Undocumented

children =
row_align =

Undocumented