Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_gc.py853 resurrected_instances = [] variable in GCTests.test_resurrection_only_happens_once_per_object.Lazarus
857 Lazarus.resurrected_instances.append(self)
871 self.assertEqual(len(Lazarus.resurrected_instances), 1)
875 Lazarus.resurrected_instances.clear()
888 resurrected_instances = [] variable in GCTests.test_resurrection_is_transitive.Lazarus
891 Lazarus.resurrected_instances.append(self)
908 self.assertEqual(len(Lazarus.resurrected_instances), 1)
909 instance = Lazarus.resurrected_instances.pop()