Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dlexer.py148 ignore_if_empty = frozenset([TOKEN_WHITESPACE, TOKEN_DATA, variable
664 if data or token not in ignore_if_empty:
692 if data or tokens not in ignore_if_empty: