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