class documentation

class EscapeSequence(SpanToken): (source)

View In Hierarchy

Escape sequence token. ("*") This is an inline token with a single child of type RawText.

Class Method strip Undocumented
Method __init__ Undocumented
Class Variable parse_inner Undocumented
Class Variable pattern Undocumented
Class Variable precedence Undocumented
Instance Variable children a single RawText node containing the escaped character.

Inherited from SpanToken:

Class Method find Undocumented
Method __contains__ Undocumented
Class Variable parse_group Undocumented
Instance Variable content Undocumented

Inherited from Token (via SpanToken):

Method __repr__ Undocumented
Class Variable repr_attributes Undocumented
@classmethod
def strip(cls, string): (source)

Undocumented

def __init__(self, match): (source)

Undocumented

children: iterator = (source)

a single RawText node containing the escaped character.