Lines Matching refs:tuple
568 """Returns a tuple of ({hash attribute name: hash value}, content)
569 or a tuple of (hash value, content) if hash_attrs has only one element.
577 second tuple value should contain the content of 'data' or
932 # update _struct_descriptions with a named tuple
955 # return the data in a named tuple
1036 EmptyI = tuple()
1422 """Generic table-based options parsing function. Returns a tuple
1432 The format of the list entries should be a tuple containing the
1437 the list entry is a tuple it must conform to the format oulined above.
1483 if type(entry) != tuple:
1530 if type(x) != tuple:
1752 if isinstance(val, (list, tuple, set, frozenset)):
1809 if isinstance(v, (list, tuple, set, frozenset)):
1892 json_types = tuple(json_types_immediates + json_types_collections)
2097 if desc_type in (tuple, list, set, frozenset):
2323 if isinstance(desc, (tuple, list, set, frozenset)):