Home
last modified time | relevance | path

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

/zcbor-3.5.0-3.4.0/zcbor/
Dzcbor.py204 def __init__(self, default_max_qty, my_types, my_control_groups, base_name=None, argument
247 self.my_control_groups = my_control_groups
263 my_control_groups = \
269 parsed = cddl_class(*args, default_max_qty, my_types, my_control_groups, **kwargs,
275 elif my_type in my_control_groups:
276 my_control_groups[my_type] = parsed
285 for my_control_group in my_control_groups:
286 my_control_groups[my_control_group].set_id_prefix()
287 my_control_groups[my_control_group].post_validate_control_group()
289 return CddlTypes(my_types, my_control_groups)
[all …]