Home
last modified time | relevance | path

Searched refs:TOKEN_BLOCK_END (Results 1 – 3 of 3) sorted by relevance

/external/python/jinja/src/jinja2/
Dlexer.py75 TOKEN_BLOCK_END = intern("block_end") variable
153 TOKEN_BLOCK_END: "end of statement block",
527 TOKEN_BLOCK_END,
590 token = TOKEN_BLOCK_END
660 TOKEN_BLOCK_END,
/external/libchrome/third_party/jinja2/
Dlexer.py92 TOKEN_BLOCK_END = intern('block_end') variable
161 TOKEN_BLOCK_END: 'end of statement block',
517 )), TOKEN_BLOCK_END, '#pop'),
/external/python/jinja/tests/
Dtest_lexnparse.py10 from jinja2.lexer import TOKEN_BLOCK_END
18 Token(2, TOKEN_BLOCK_END, ""),
27 assert ts.current.type is TOKEN_BLOCK_END