Home
last modified time | relevance | path

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

/zcbor-latest/zcbor/
Dzcbor.py492 child.flatten(allow_multi=self.type != "UNION"))
499 def flatten(self, allow_multi=False): argument
515 elif allow_multi and self.type in ["GROUP"] and self.min_qty == 1 and self.max_qty == 1: