class documentation

List token. This is a container block token. Its children are list item tokens.

Class Method read Undocumented
Class Method start Undocumented
Static Method same_marker_type Undocumented
Method __init__ Undocumented
Class Variable pattern Undocumented
Class Variable repr_attributes Undocumented
Instance Variable children a list of ListItem tokens.
Instance Variable loose whether the list is loose.

Inherited from BlockToken:

Method __contains__ Undocumented

Inherited from Token (via BlockToken):

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

Undocumented

@classmethod
def start(cls, line): (source)

Undocumented

@staticmethod
def same_marker_type(leader, other): (source)

Undocumented

def __init__(self, matches): (source)

Undocumented

repr_attributes: tuple[str, ...] = (source)

Undocumented

children: list = (source)

a list of ListItem tokens.

whether the list is loose.