class documentation

class ThematicBreak(BlockToken): (source)

View In Hierarchy

Thematic break token (a.k.a. horizontal rule.) This is a leaf block token without children.

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.

Inherited from Token (via BlockToken):

Method __repr__ Undocumented
Class Variable repr_attributes Undocumented
@classmethod
def start(cls, line): (source)

Undocumented

def __init__(self, _): (source)

Undocumented