Lines Matching refs:default_max_qty
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
3215 mode, cddl_contents, args.default_max_qty, mode, args.entry_types,
3270 default_max_qty=args.default_max_qty, git_sha=git_sha,
3298 cddl_res = DataTranslator.from_cddl(cddl_contents, args.default_max_qty)