Home
last modified time | relevance | path

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

/zcbor-3.7.0/zcbor/
Dzcbor.py484 child.flatten(allow_multi=self.type != "UNION"))
491 def flatten(self, allow_multi=False): argument
506 elif allow_multi and self.type in ["GROUP"] and self.min_qty == 1 and self.max_qty == 1: