Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_gc.py922 resurrected_instances = [] variable in GCTests.test_resurrection_only_happens_once_per_object.Lazarus
926 Lazarus.resurrected_instances.append(self)
940 self.assertEqual(len(Lazarus.resurrected_instances), 1)
944 Lazarus.resurrected_instances.clear()
957 resurrected_instances = [] variable in GCTests.test_resurrection_is_transitive.Lazarus
960 Lazarus.resurrected_instances.append(self)
977 self.assertEqual(len(Lazarus.resurrected_instances), 1)
978 instance = Lazarus.resurrected_instances.pop()

Completed in 2 milliseconds