Searched defs:keys (Results 1 - 3 of 3) sorted by relevance

/pkg/src/modules/
H A Dfacet.py41 # and maintain ordered list of keys sorted
377 for k in list(self.__inherited.keys()):
453 def keys(self): member in class:Facets
H A Dmisc.py580 'hash_attrs' is a list of keys describing the hashes we want to compute
581 for this data. The keys must be present in 'hash_algs', a dictionary
582 mapping keys to the factory methods that are used to create objects
1080 def __init__(self, obj, fget, fset, fdel, iteritems, keys,
1087 self.__keys = keys
1120 def keys(self): member in class:DictProperty.__InternalProxy
1122 raise AttributeError("can't iterate over keys")
1157 keys=None, values=None, iterator=None, doc=None, fgetdefault=None,
1164 self.__keys = keys
1476 # dict to map options returned by getopt to keys
[all...]
/pkg/src/modules/client/transport/
H A Dtransport.py262 for pub in list(self.__caches.keys()):
3379 def keys(self): member in class:MultiXfr
3380 """Return a list of the keys in the hash."""
3382 return list(self._hash.keys())

Completed in 32 milliseconds