class RawText(SpanToken):
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 |