Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dlexer.py98 TOKEN_COMMENT_END = intern('comment_end') variable
145 TOKEN_COMMENT_END, TOKEN_WHITESPACE,
157 TOKEN_COMMENT_END: 'end of comment',
508 )), (TOKEN_COMMENT, TOKEN_COMMENT_END), '#pop'),