Home
last modified time | relevance | path

Searched refs:BrokenStrException (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_exceptions.py12 class BrokenStrException(Exception): class
666 exc = BrokenStrException()
690 for exc_type in (ValueError, BrokenStrException):
702 if exc_type is BrokenStrException:
/external/python/cpython3/Lib/test/
Dtest_exceptions.py28 class BrokenStrException(Exception): class
1224 for exc_type in (ValueError, BrokenStrException):
1237 if exc_type is BrokenStrException:
Dtest_sys.py976 class BrokenStrException(Exception): class
982 exc = BrokenStrException()