Home
last modified time | relevance | path

Searched refs:BrokenStrException (Results 1 – 2 of 2) 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.py24 class BrokenStrException(Exception): class
1156 exc = BrokenStrException()
1180 for exc_type in (ValueError, BrokenStrException):
1193 if exc_type is BrokenStrException: