Lines Matching refs:list
107 if isinstance(json, list):
127 elif isinstance(obj, list):
155 dicts -- list of (origin, dictionary) pairs to merge
157 the merge strategy is a callable which will receive a list of
161 the key and a list of (origin, value) pairs
197 - register types: description of a register type or template as a list of
228 self.__regmap_by_addr = defaultdict(list)
255 other.chips = sorted(list(chips.union(other_chips)))
334 values = defaultdict(list)
358 Given a list of enum names, merge them all into one with a new name and
393 fields = defaultdict(list)
418 Given a list of register type names, merge them all into one with a
491 Return a list of register mappings with the given name.
591 enum_refs = list(enum_refs)
840 buckets = defaultdict(list)
858 buckets = defaultdict(list)