HomeSort by relevance Sort by last modified time
    Searched refs:weakref (Results 201 - 225 of 350) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 26 import sys, os, time, cStringIO, traceback, warnings, weakref
617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers
642 _handlerList.append(weakref.ref(handler, _removeHandlerRef))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_deque.py 5 import weakref
511 ref = weakref.ref(obj)
646 p = weakref.proxy(d)
test_file.py 10 from weakref import proxy
test_dict.py 5 import gc, weakref
573 ref = weakref.ref(obj)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_file.py 10 from weakref import proxy
test_dict.py 5 import gc, weakref
545 ref = weakref.ref(obj)
  /external/python/cpython2/Lib/bsddb/
__init__.py 85 from weakref import ref
102 # use generate the function for the weakref callback here
  /external/python/cpython2/Lib/test/
test_file.py 10 from weakref import proxy
test_dict.py 5 import gc, weakref
575 ref = weakref.ref(obj)
  /external/python/cpython3/Lib/test/
test_file.py 5 from weakref import proxy
test_concurrent_futures.py 19 import weakref
443 my_object_callback = weakref.ref(
test_generators.py 7 import weakref
26 wr = weakref.ref(g)
    [all...]
test_mmap.py 9 import weakref
710 wr = weakref.ref(mm)
test_ordered_dict.py 10 import weakref
628 r = weakref.ref(A)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
__init__.py 85 from weakref import ref
102 # use generate the function for the weakref callback here
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file.py 10 from weakref import proxy
test_dict.py 5 import gc, weakref
573 ref = weakref.ref(obj)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
__init__.py 85 from weakref import ref
102 # use generate the function for the weakref callback here
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file.py 10 from weakref import proxy
test_dict.py 5 import gc, weakref
573 ref = weakref.ref(obj)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 85 from weakref import ref
102 # use generate the function for the weakref callback here
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 10 from weakref import proxy
test_dict.py 5 import gc, weakref
573 ref = weakref.ref(obj)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 85 from weakref import ref
102 # use generate the function for the weakref callback here
  /external/autotest/client/common_lib/
base_job.py 13 import weakref
623 self._jobref = weakref.ref(job)
    [all...]

Completed in 1142 milliseconds

1 2 3 4 5 6 7 891011>>