Searched refs:allow_multi (Results 1 – 1 of 1) sorted by relevance
492 child.flatten(allow_multi=self.type != "UNION"))499 def flatten(self, allow_multi=False): argument515 elif allow_multi and self.type in ["GROUP"] and self.min_qty == 1 and self.max_qty == 1: