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

/external/chromium_org/third_party/jinja2/
H A 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,

Completed in 1059 milliseconds