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.py29 del_calls = [] variable in NonGCSimpleBase
43 cls.del_calls.clear()
53 cls.del_calls.clear()
76 self.del_calls.append(id(self))
131 self.assertEqual(sorted(SimpleBase.del_calls), sorted(ids))
417 self.del_calls.append(id(self))