Searched refs:WeakValueDictionary (Results 1 - 12 of 12) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_weakref.py930 self.check_len_cycles(weakref.WeakValueDictionary, lambda k: (1, k))
960 self.check_len_race(weakref.WeakValueDictionary, lambda k: (1, k))
987 dict = weakref.WeakValueDictionary()
1115 dict = weakref.WeakValueDictionary()
1140 self.check_popitem(weakref.WeakValueDictionary,
1165 self.check_setdefault(weakref.WeakValueDictionary,
1194 self.check_update(weakref.WeakValueDictionary,
1213 d = weakref.WeakValueDictionary()
1285 """Check that WeakValueDictionary conforms to the mapping protocol"""
1287 type2test = weakref.WeakValueDictionary
[all...]
H A Dtest_copy.py650 self._check_copy_weakdict(weakref.WeakValueDictionary)
676 u = weakref.WeakValueDictionary()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_weakref.py930 self.check_len_cycles(weakref.WeakValueDictionary, lambda k: (1, k))
960 self.check_len_race(weakref.WeakValueDictionary, lambda k: (1, k))
987 dict = weakref.WeakValueDictionary()
1115 dict = weakref.WeakValueDictionary()
1140 self.check_popitem(weakref.WeakValueDictionary,
1165 self.check_setdefault(weakref.WeakValueDictionary,
1194 self.check_update(weakref.WeakValueDictionary,
1213 d = weakref.WeakValueDictionary()
1285 """Check that WeakValueDictionary conforms to the mapping protocol"""
1287 type2test = weakref.WeakValueDictionary
[all...]
H A Dtest_copy.py650 self._check_copy_weakdict(weakref.WeakValueDictionary)
676 u = weakref.WeakValueDictionary()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dweakref.py32 "CallableProxyType", "ProxyTypes", "WeakValueDictionary", 'WeakSet']
35 class WeakValueDictionary(UserDict.UserDict): class in inherits: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
H A Dsymtable.py21 self.__memo = weakref.WeakValueDictionary()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dweakref.py32 "CallableProxyType", "ProxyTypes", "WeakValueDictionary", 'WeakSet']
35 class WeakValueDictionary(UserDict.UserDict): class in inherits: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
H A Dsymtable.py21 self.__memo = weakref.WeakValueDictionary()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dutil.py148 _afterfork_registry = weakref.WeakValueDictionary()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
H A Dutil.py148 _afterfork_registry = weakref.WeakValueDictionary()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
H A D__init__.py617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
H A D__init__.py617 _handlers = weakref.WeakValueDictionary() #map of handler names to handlers

Completed in 2540 milliseconds