Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_exceptions.py654 class BrokenDel: class
660 class BrokenRepr(BrokenDel):
670 for test_class in (BrokenDel, BrokenRepr, BrokenExceptionDel):
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_exceptions.py654 class BrokenDel: class
660 class BrokenRepr(BrokenDel):
670 for test_class in (BrokenDel, BrokenRepr, BrokenExceptionDel):
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_exceptions.py1209 class BrokenDel: class
1215 obj = BrokenDel()
1219 self.assertEqual(cm.unraisable.object, BrokenDel.__del__)
H A Dtest_sys.py960 class BrokenDel: class
976 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_exceptions.py1209 class BrokenDel: class
1215 obj = BrokenDel()
1219 self.assertEqual(cm.unraisable.object, BrokenDel.__del__)
H A Dtest_sys.py960 class BrokenDel: class
976 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_exceptions.py1209 class BrokenDel: class
1215 obj = BrokenDel()
1219 self.assertEqual(cm.unraisable.object, BrokenDel.__del__)
H A Dtest_sys.py960 class BrokenDel: class
976 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_exceptions.py1209 class BrokenDel: class
1215 obj = BrokenDel()
1219 self.assertEqual(cm.unraisable.object, BrokenDel.__del__)
H A Dtest_sys.py960 class BrokenDel: class
976 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_exceptions.py1209 class BrokenDel: class
1215 obj = BrokenDel()
1219 self.assertEqual(cm.unraisable.object, BrokenDel.__del__)
H A Dtest_sys.py960 class BrokenDel: class
976 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_exceptions.py1381 class BrokenDel: class
1387 obj = BrokenDel()
1392 self.assertEqual(cm.unraisable.object, BrokenDel.__del__)
H A Dtest_sys.py970 class BrokenDel: class
986 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_exceptions.py1148 class BrokenDel: class
1160 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_exceptions.py1460 class BrokenDel: class
1466 obj = BrokenDel()
1471 self.assertEqual(cm.unraisable.object, BrokenDel.__del__)
H A Dtest_sys.py1034 class BrokenDel: class
1050 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_exceptions.py1480 class BrokenDel: class
1486 obj = BrokenDel()
1491 self.assertEqual(cm.unraisable.object, BrokenDel.__del__)
H A Dtest_sys.py1058 class BrokenDel: class
1074 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dtest_exceptions.pyx1163 class BrokenDel: class
1175 for test_class in (BrokenDel, BrokenExceptionDel):
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dtest_exceptions.pyx1166 class BrokenDel: class
1178 for test_class in (BrokenDel, BrokenExceptionDel):