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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_weakref.py 930 self.check_len_cycles(weakref.WeakValueDictionary, lambda k: (1, k))
960 self.check_len_race(weakref.WeakValueDictionary, lambda k: (1, k))
    [all...]
test_copy.py 650 self._check_copy_weakdict(weakref.WeakValueDictionary)
676 u = weakref.WeakValueDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_weakref.py 930 self.check_len_cycles(weakref.WeakValueDictionary, lambda k: (1, k))
960 self.check_len_race(weakref.WeakValueDictionary, lambda k: (1, k))
    [all...]
test_copy.py 650 self._check_copy_weakdict(weakref.WeakValueDictionary)
676 u = weakref.WeakValueDictionary()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 32 "CallableProxyType", "ProxyTypes", "WeakValueDictionary", 'WeakSet']
35 class WeakValueDictionary(UserDict.UserDict):
43 # checks (if the other dictionary is a WeakValueDictionary,
77 return "<WeakValueDictionary at %s>" % id(self)
83 new = WeakValueDictionary()
214 This is used in the WeakValueDictionary to avoid having to create
symtable.py 21 self.__memo = weakref.WeakValueDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 32 "CallableProxyType", "ProxyTypes", "WeakValueDictionary", 'WeakSet']
35 class WeakValueDictionary(UserDict.UserDict):
43 # checks (if the other dictionary is a WeakValueDictionary,
77 return "<WeakValueDictionary at %s>" % id(self)
83 new = WeakValueDictionary()
214 This is used in the WeakValueDictionary to avoid having to create
symtable.py 21 self.__memo = weakref.WeakValueDictionary()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 148 _afterfork_registry = weakref.WeakValueDictionary()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 148 _afterfork_registry = weakref.WeakValueDictionary()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers
    [all...]

Completed in 3654 milliseconds