Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_exceptions.py664 class BrokenExceptionDel: class
670 for test_class in (BrokenDel, BrokenRepr, BrokenExceptionDel):
680 if test_class is BrokenExceptionDel:
/external/python/cpython3/Lib/test/
Dtest_sys.py980 class BrokenExceptionDel: class
986 for test_class in (BrokenDel, BrokenExceptionDel):
1000 if test_class is BrokenExceptionDel: