HomeSort by relevance Sort by last modified time
    Searched refs:KeyedRef (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 80 self.data[key] = KeyedRef(value, self._remove, key)
175 self.data[key] = KeyedRef(default, self._remove, key)
186 d[key] = KeyedRef(o, self._remove, key)
211 class KeyedRef(ref):
216 callback object can use the 'key' attribute of a KeyedRef instead
229 super(KeyedRef, self).__init__(ob, callback)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 80 self.data[key] = KeyedRef(value, self._remove, key)
175 self.data[key] = KeyedRef(default, self._remove, key)
186 d[key] = KeyedRef(o, self._remove, key)
211 class KeyedRef(ref):
216 callback object can use the 'key' attribute of a KeyedRef instead
229 super(KeyedRef, self).__init__(ob, callback)

Completed in 499 milliseconds