Searched refs:default_max_qty (Results 1 – 2 of 2) 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 261 self.default_max_qty = default_max_qty # args.default_max_qty 271 def from_cddl(cddl_class, cddl_string, default_max_qty, *args, **kwargs): argument 285 parsed = cddl_class(*args, default_max_qty, my_types, my_control_groups, **kwargs, 435 return (self.default_max_qty,) 624 self.max_qty = self.default_max_qty 687 self.cbor.max_qty = self.default_max_qty 1893 return (self.mode, self.entry_type_names, self.default_bit_size, self.default_max_qty) 2655 def __init__(self, entry_types, modes, print_time, default_max_qty, git_sha='', file_header=''): argument 2658 self.default_max_qty = default_max_qty [all …]
|
| /zcbor-latest/ |
| D | README.md | 319 …ted code, the number of entries supported via `*` and `+` is affected by the default_max_qty value. 474 types. The default_max_qty can usually be set to a
|