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

/external/chromium_org/third_party/jinja2/
H A Dlexer.py94 TOKEN_LINESTATEMENT_END = intern('linestatement_end') variable
158 TOKEN_LINESTATEMENT_END: 'end of line statement',
529 (c(r'\s*(\n|$)'), TOKEN_LINESTATEMENT_END, '#pop')

Completed in 34 milliseconds