◆ __new__()
def __new__ |
( |
|
cls, |
|
|
|
lineno, |
|
|
|
type, |
|
|
|
value |
|
) |
| |
◆ __repr__()
◆ __str__()
◆ test()
Test a token against a token expression. This can either be a
token type or ``'token_type:token_value'``. This can only test
against string values and types.
◆ test_any()
def test_any |
( |
|
self, |
|
|
* |
iterable |
|
) |
| |
Test against multiple token expressions.
◆ lineno
◆ type
◆ value
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/jinja2/lexer.py