Searched refs:start_inline (Results 1 – 1 of 1) sorted by relevance
374 node.filter = self.parse_filter(None, start_inline=True)800 def parse_filter(self, node, start_inline=False): argument801 while self.stream.current.type == 'pipe' or start_inline:802 if not start_inline:817 start_inline = False