Searched refs:default_max_qty (Results 1 – 2 of 2) 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 255 self.default_max_qty = default_max_qty # args.default_max_qty 265 def from_cddl(cddl_class, cddl_string, default_max_qty, *args, **kwargs): argument 279 parsed = cddl_class(*args, default_max_qty, my_types, my_control_groups, **kwargs, 424 return (self.default_max_qty,) 615 self.max_qty = self.default_max_qty 677 self.cbor.max_qty = self.default_max_qty 1786 return (self.mode, self.entry_type_names, self.default_bit_size, self.default_max_qty) 2524 def __init__(self, entry_types, modes, print_time, default_max_qty, git_sha='', file_header=''): argument 2527 self.default_max_qty = default_max_qty [all …]
|
/zcbor-3.6.0/ |
D | README.md | 314 …ted code, the number of entries supported via `*` and `+` is affected by the default_max_qty value. 451 types. The default_max_qty can usually be set to a
|