class documentation

class SetextHeading(BlockToken):

View In Hierarchy

Setext headings.

Not included in the parsing process, but called by Paragraph.__new__.

Class Method read Undocumented
Class Method start Undocumented
Method __init__ Undocumented
Instance Variable level Undocumented

Inherited from BlockToken:

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

Undocumented

@classmethod
def start(cls, line):

Undocumented

def __init__(self, lines):
level =

Undocumented