Lines Matching refs:keys
115 # A list of keys to be removed
218 def keys(self):
226 __iter__ = keys
357 """ Mapping class that references keys weakly.
380 # A list of dead weakrefs (keys to be removed)
391 # However, it means keys may already have been removed.
419 # self._pending_removals may still contain keys which were
468 def keys(self):
475 __iter__ = keys
484 """Return a list of weak references to the keys.
490 keep the keys around longer than needed.
555 # just used as keys to lookup _Info objects in the registry. This