Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_exceptions.py654 class BrokenDel: class
660 class BrokenRepr(BrokenDel):
670 for test_class in (BrokenDel, BrokenRepr, BrokenExceptionDel):
/external/python/cpython3/Lib/test/
Dtest_exceptions.py1148 class BrokenDel: class
1160 for test_class in (BrokenDel, BrokenExceptionDel):