Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/jinja2/
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')