Home
last modified time | relevance | path

Searched refs:check_len_cycles (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_weakref.py909 def check_len_cycles(self, dict_type, cons): member in MappingTestCase
935 self.check_len_cycles(weakref.WeakKeyDictionary, lambda n, k: (k, n))
938 self.check_len_cycles(weakref.WeakValueDictionary, lambda n, k: (n, k))