class documentation

A single token produced by the tokenizer.

Class Variable kind PATH, KEYWORD, or LITERAL.
Class Variable text raw text as it appeared in the query.
Class Variable value for LITERAL tokens, the parsed Python value.

PATH, KEYWORD, or LITERAL.

text: str = (source)

raw text as it appeared in the query.

value: Any = (source)

for LITERAL tokens, the parsed Python value.