class documentation

class RawText(SpanToken):

View In Hierarchy

Raw text. A leaf node.

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
def __init__(self, content):
content =