Lines Matching refs:list

354         'hash_funcs', if supplied, is a list of hash functions which we should
355 use to compute the hash. If 'hash_funcs' is supplied, a list of
357 returned list is in the same order as 'hash_funcs'.
580 'hash_attrs' is a list of keys describing the hashes we want to compute
702 'chash_attrs' is a list of the chash attributes we should compute, with
857 # this list describes a timestruc_t structure
864 # this list describes a psinfo_t structure
910 # this list contains all the known structure description lists
946 # unpack the data into a list
947 rv = list(struct.unpack(fmt, data))
1423 consisting of a list of parsed options in the form (option, argument)
1424 and the remaining unparsed options. The parsed-option list may contain
1431 'opts_table' is a list of options the operation supports.
1432 The format of the list entries should be a tuple containing the
1435 It is valid to have other entries in the list when they are required
1437 the list entry is a tuple it must conform to the format oulined above.
1448 value is an empty list, the option requires an argument, may be
1449 specified multiple times, and if specified its value will be a list
1471 # list for getopt long options
1497 if default is None or type(default) == list:
1503 if default is None or type(default) == list:
1548 # Handle duplicates for integer and list types.
1555 if type(default) == list:
1683 'desired_field_order' is the list of the fields to show in the order
1696 'field_values' is a generator or list of dictionaries of the form:
1752 if isinstance(val, (list, tuple, set, frozenset)):
1809 if isinstance(v, (list, tuple, set, frozenset)):
1831 # Extract the list of headers from the field_data dictionary. Ensure
1845 # elements unless being called, so we turn it into a list to
1847 list(map(set_value, (
1891 json_types_collections = (dict, list)
1906 'commonize' a list of objects that should be cached by reference.
1959 assert type(obj_id) == list and len(obj_id) == 1 and obj_id[0] >= 0
1961 assert type(je_state) == list and len(je_state) == 3
2055 desc_k, desc_v = list(desc.items())[0]
2095 # encode elements nested in a list like object
2096 # return elements in a list
2097 if desc_type in (tuple, list, set, frozenset):
2099 # we always return a new list
2102 # check for an empty list since we use izip_longest(zip_longest
2119 fillvalue=list(desc)[0]):
2220 assert type(jd_state) == list and len(jd_state) == 2
2281 desc_k, desc_v = list(desc.items())[0]
2321 # decode elements nested in a list
2322 # return elements in the specified list like object
2323 if isinstance(desc, (tuple, list, set, frozenset)):
2327 # check for an empty list since we use izip_longest(zip_longest
2346 fillvalue=list(desc)[0]):
2415 if type(data) == list:
2447 if type(d0) == list:
2449 "Json list lengths differ for \"{0}\":\n"
2450 "list 1 length: {1}\n"
2451 "list 2 length: {2}\n").format(name,
2782 sigdict = defaultdict(list)
2796 """Produces a list of n tuples (where n is the length of attrs)
2799 The "actionlist" parameter is a list of tuples which contain the fmri
2805 The "attrs" parameter is a list of the attributes of the action that
2895 """Given a text, a list of known_words, suggest some correct