class documentation

Raw text token. This is an inline token without children.

RawText is the only token that accepts a string for its constructor, instead of a match object. Also, all recursions should bottom out here.

Method __init__ Undocumented
Instance Variable content Undocumented

Inherited from SpanToken:

Class Method find Undocumented
Method __contains__ Undocumented
Class Variable parse_group Undocumented
Class Variable parse_inner Undocumented
Class Variable precedence Undocumented

Inherited from Token (via SpanToken):

Method __repr__ Undocumented
Class Variable repr_attributes Undocumented
def __init__(self, content): (source)