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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
weakref.py 101 self.data[key] = KeyedRef(value, self._remove, key)
212 self.data[key] = KeyedRef(default, self._remove, key)
225 d[key] = KeyedRef(o, self._remove, key)
250 class KeyedRef(ref):
255 callback object can use the 'key' attribute of a KeyedRef instead
268 super(KeyedRef, self).__init__(ob, callback)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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)
  /external/python/cpython2/Lib/
weakref.py 108 self.data[key] = KeyedRef(value, self._remove, key)
219 self.data[key] = KeyedRef(default, self._remove, key)
240 d[key] = KeyedRef(o, self._remove, key)
265 class KeyedRef(ref):
270 callback object can use the 'key' attribute of a KeyedRef instead
283 super(KeyedRef, self).__init__(ob, callback)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /external/python/cpython3/Lib/
weakref.py 168 self.data[key] = KeyedRef(value, self._remove, key)
283 self.data[key] = KeyedRef(default, self._remove, key)
303 d[key] = KeyedRef(o, self._remove, key)
322 class KeyedRef(ref):
327 callback object can use the 'key' attribute of a KeyedRef instead

Completed in 123 milliseconds