class documentation

class Quote(BlockToken):

View In Hierarchy

Quote token. (["> # headingn", "> paragraphn"])
Class Method read Undocumented
Static Method convert​_leading​_tabs Undocumented
Static Method start Undocumented
Method __init__ Undocumented
Instance Variable children Undocumented

Inherited from BlockToken:

Method __contains__ Undocumented
@classmethod
def read(cls, lines):

Undocumented

@staticmethod
def convert_leading_tabs(string):

Undocumented

@staticmethod
def start(line):

Undocumented

def __init__(self, parse_buffer):
children =