Home
last modified time | relevance | path

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

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A 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))
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A 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))
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A 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))
/dports/lang/python310/Python-3.10.1/Lib/test/
H A 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))
/dports/lang/python37/Python-3.7.12/Lib/test/
H A 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))
/dports/lang/python38/Python-3.8.12/Lib/test/
H A 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))
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A 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))
/dports/lang/python39/Python-3.9.9/Lib/test/
H A 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))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A 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))
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dtimer.c554 tl->del_calls, tl->del_func, tl->del_file, tl->del_line, in timer_add_safe()
612 tl->del_calls, tl->del_func, tl->del_file, tl->del_line, in timer_del_safe()
643 tl->add_line, tl->del_calls, tl->del_func, in timer_del_safe()
677 tl->del_calls, in timer_del_safe()
713 tl->add_line, tl->del_calls, tl->del_func, in timer_del_safe()
747 tl->del_calls, in timer_del_safe()
839 tl->del_calls, in timer_list_expire()
H A Dtimer.h120 unsigned int del_calls; member