Searched refs:my_control_groups (Results 1 – 1 of 1) sorted by relevance
/zcbor-3.6.0/zcbor/ |
D | zcbor.py | 211 def __init__(self, default_max_qty, my_types, my_control_groups, base_name=None, argument 254 self.my_control_groups = my_control_groups 273 my_control_groups = \ 279 parsed = cddl_class(*args, default_max_qty, my_types, my_control_groups, **kwargs, 285 elif my_type in my_control_groups: 286 my_control_groups[my_type] = parsed 295 for my_control_group in my_control_groups: 296 my_control_groups[my_control_group].set_id_prefix() 297 my_control_groups[my_control_group].post_validate_control_group() 299 return CddlTypes(my_types, my_control_groups) [all …]
|