Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dlexer.py101 TOKEN_LINESTATEMENT_END = intern('linestatement_end') variable
165 TOKEN_LINESTATEMENT_END: 'end of line statement',
539 (c(r'\s*(\n|$)'), TOKEN_LINESTATEMENT_END, '#pop')