class documentation

class ListItem(BlockToken):

View In Hierarchy

List items. Not included in the parsing process, but called by List.
Class Method parse​_marker Returns a pair (prepend, leader) iff the line has a valid leader.
Class Method read Undocumented
Static Method in​_continuation Undocumented
Static Method other​_token Undocumented
Method __init__ Undocumented
Class Variable pattern Undocumented
Instance Variable children Undocumented
Instance Variable leader Undocumented
Instance Variable loose Undocumented
Instance Variable prepend Undocumented

Inherited from BlockToken:

Method __contains__ Undocumented
@classmethod
def parse_marker(cls, line):
Returns a pair (prepend, leader) iff the line has a valid leader.
@classmethod
def read(cls, lines, prev_marker=None):

Undocumented

@staticmethod
def in_continuation(line, prepend):

Undocumented

@staticmethod
def other_token(line):

Undocumented

def __init__(self, parse_buffer, prepend, leader):
pattern =

Undocumented

children =
leader =

Undocumented

loose =

Undocumented

prepend =

Undocumented