class documentation
class MinMode(TokenizerState): (source)
Known subclasses: tivars.tokenizer.state.Name
Constructor: MinMode(mode, accept, length)
Minimal munching mode
| Method | __init__ |
No summary |
Inherited from TokenizerState:
| Method | munch |
Munch the input string and determine the resulting token, tokenizer timelines, and remainder of the string |
| Method | next |
Determines the next tokenizer timelines given a token |
| Class Variable | max |
The maximum number of tokens to emit before leaving this state |
| Instance Variable | accept |
Undocumented |
| Instance Variable | length |
Undocumented |
| Instance Variable | mode |
Undocumented |