Searched refs:my_control_groups (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/zcbor/ |
| D | zcbor.py | 217 def __init__(self, default_max_qty, my_types, my_control_groups, base_name=None, argument 260 self.my_control_groups = my_control_groups 279 my_control_groups = \ 285 parsed = cddl_class(*args, default_max_qty, my_types, my_control_groups, **kwargs, 291 elif my_type in my_control_groups: 292 my_control_groups[my_type] = parsed 301 for my_control_group in my_control_groups: 302 my_control_groups[my_control_group].set_id_prefix() 303 my_control_groups[my_control_group].post_validate_control_group() 305 return CddlTypes(my_types, my_control_groups) [all …]
|