class documentation

Indented code block token. This is a leaf block token with a single child of type span_token.RawText.

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

Inherited from BlockToken:

Method __contains__ Undocumented

Inherited from Token (via BlockToken):

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

Undocumented

@staticmethod
def start(line): (source)

Undocumented

@staticmethod
def strip(string): (source)

Undocumented

def __init__(self, lines): (source)
repr_attributes: tuple[str, ...] = (source)

Undocumented

children: list = (source)

contains a single span_token.RawText token.

language: str = (source)

always the empty string.