Searched refs:start_inline (Results 1 – 1 of 1) sorted by relevance
334 node.filter = self.parse_filter(None, start_inline=True)792 def parse_filter(self, node, start_inline=False): argument793 while self.stream.current.type == 'pipe' or start_inline:794 if not start_inline:809 start_inline = False