Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_optparse.py27 class InterceptedError(Exception): class
41 raise InterceptedError(exit_status=status, exit_message=msg)
44 raise InterceptedError(error_message=msg)
144 except InterceptedError as err:
164 except InterceptedError as err:
/external/python/cpython2/Lib/test/
Dtest_optparse.py29 class InterceptedError(Exception): class
43 raise InterceptedError(exit_status=status, exit_message=msg)
46 raise InterceptedError(error_message=msg)
146 except InterceptedError, err:
169 except InterceptedError, err: