Lines Matching refs:SimpleBase
88 class SimpleBase(NonGCSimpleBase): class
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.test():
195 with SimpleBase.test():
241 with SimpleBase.test():
256 with SimpleBase.test():
277 with SimpleBase.test():
348 with SimpleBase.test():
362 with SimpleBase.test():
410 class LegacyBase(SimpleBase):
466 with SimpleBase.test():
481 with SimpleBase.test():
501 with SimpleBase.test():