class Token:
Undocumented
Method | __init__ |
A token representing a string from the template. |
Method | __repr__ |
Undocumented |
Method | split​_contents |
Undocumented |
Instance Variable | contents |
Undocumented |
Instance Variable | lineno |
Undocumented |
Instance Variable | position |
Undocumented |
Instance Variable | token​_type |
Undocumented |
A token representing a string from the template.