class documentation

class ThematicBreak(BlockToken):

View In Hierarchy

Thematic break token (a.k.a. horizontal rule.)
Class Method start Undocumented
Static Method read Undocumented
Method __init__ Undocumented
Class Variable pattern Undocumented

Inherited from BlockToken:

Method __contains__ Undocumented
Instance Variable children inner tokens.
@classmethod
def start(cls, line):

Undocumented

@staticmethod
def read(lines):

Undocumented

def __init__(self, _):
pattern =

Undocumented