Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_finalization.py38 del_calls = [] variable in NonGCSimpleBase
52 cls.del_calls.clear()
62 cls.del_calls.clear()
85 self.del_calls.append(id(self))
148 self.assertEqual(sorted(SimpleBase.del_calls), sorted(ids))
436 self.del_calls.append(id(self))