class documentation

class Document(BlockToken):

View In Hierarchy

Document token.
Method __init__ Undocumented
Instance Variable children Undocumented
Instance Variable footnotes Undocumented

Inherited from BlockToken:

Static Method read Undocumented
Method __contains__ Undocumented
def __init__(self, lines):
children =
footnotes: dict =

Undocumented