Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Denvironment.py272 line_comment_prefix=LINE_COMMENT_PREFIX, argument
306 self.line_comment_prefix = line_comment_prefix
359 line_statement_prefix=missing, line_comment_prefix=missing, argument
927 line_comment_prefix=LINE_COMMENT_PREFIX, argument
941 line_statement_prefix, line_comment_prefix, trim_blocks,
Dlexer.py211 if environment.line_comment_prefix is not None:
212 rules.append((len(environment.line_comment_prefix), 'linecomment',
214 e(environment.line_comment_prefix)))
400 environment.line_comment_prefix,