class documentation

class List(BlockToken):

View In Hierarchy

List token.
Class Method read Undocumented
Class Method start Undocumented
Static Method same​_marker​_type Undocumented
Method __init__ Undocumented
Class Variable pattern Undocumented
Instance Variable children a list of ListItem tokens.
Instance Variable loose whether the list is loose.

Inherited from BlockToken:

Method __contains__ Undocumented
@classmethod
def read(cls, lines):

Undocumented

@classmethod
def start(cls, line):

Undocumented

@staticmethod
def same_marker_type(leader, other):

Undocumented

def __init__(self, matches):
pattern =

Undocumented

children: list =
a list of ListItem tokens.
loose: bool =
whether the list is loose.