Home
last modified time | relevance | path

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

/external/libchrome/third_party/jinja2/
Dparser.py374 node.filter = self.parse_filter(None, start_inline=True)
800 def parse_filter(self, node, start_inline=False): argument
801 while self.stream.current.type == 'pipe' or start_inline:
802 if not start_inline:
817 start_inline = False