Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/jinja2/
Dlexer.py97 TOKEN_LINECOMMENT = intern('linecomment') variable
140 TOKEN_LINECOMMENT_END, TOKEN_LINECOMMENT])
142 TOKEN_COMMENT, TOKEN_LINECOMMENT])
152 TOKEN_LINECOMMENT: 'comment',
533 (c(r'(.*?)()(?=\n|$)'), (TOKEN_LINECOMMENT,