HomeSort by relevance Sort by last modified time
    Searched refs:lstrip_blocks (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/jinja2/
environment.py 19 KEEP_TRAILING_NEWLINE, LSTRIP_BLOCKS
147 `lstrip_blocks`
248 lstrip_blocks=LSTRIP_BLOCKS,
281 self.lstrip_blocks = lstrip_blocks
327 trim_blocks=missing, lstrip_blocks=missing,
    [all...]
lexer.py 392 environment.lstrip_blocks,
436 # strip leading spaces if lstrip_blocks is enabled
438 if environment.lstrip_blocks:
439 # use '{%+' to manually disable lstrip_blocks behavior

Completed in 273 milliseconds