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

/external/python/cpython3/Lib/test/
H A Dtest_finalization.py88 class SimpleBase(NonGCSimpleBase): class in inherits:NonGCSimpleBase
109 class Simple(SimpleBase):
112 class SimpleResurrector(NonGCResurrector, SimpleBase):
131 self.assertEqual(sorted(SimpleBase.del_calls), sorted(ids))
134 self.assertEqual(sorted(SimpleBase.tp_del_calls), sorted(ids))
137 self.assertEqual(sorted(id(x) for x in SimpleBase.survivors), sorted(ids))
143 SimpleBase.survivors.clear()
152 with SimpleBase.test():
166 with SimpleBase.test():
182 with SimpleBase
[all...]

Completed in 428 milliseconds