class documentation

class BlockCode(BlockToken):

View In Hierarchy

Indented code.
Class Method read Undocumented
Static Method start Undocumented
Static Method strip Undocumented
Method __init__ Undocumented
Instance Variable children contains a single span_token.RawText token.
Instance Variable language always the empty string.

Inherited from BlockToken:

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

Undocumented

@staticmethod
def start(line):

Undocumented

@staticmethod
def strip(string):

Undocumented

def __init__(self, lines):
children: list =
contains a single span_token.RawText token.
language: str =
always the empty string.