Home
last modified time | relevance | path

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

/external/libmojo/third_party/jinja2/
Denvironment.py247 trim_blocks=TRIM_BLOCKS, argument
280 self.trim_blocks = trim_blocks
327 trim_blocks=missing, lstrip_blocks=missing, argument
890 trim_blocks=TRIM_BLOCKS, argument
902 line_statement_prefix, line_comment_prefix, trim_blocks,
Dlexer.py391 environment.trim_blocks,
434 block_suffix_re = environment.trim_blocks and '\\n?' or ''