Home
last modified time | relevance | path

Searched defs:exctype (Results 1 – 9 of 9) sorted by relevance

/external/python/pybind11/tests/
Dtest_exceptions.py173 def pycatch(exctype, f, *args): argument
/external/python/cpython3/Lib/unittest/
Dresult.py195 def _clean_tracebacks(self, exctype, value, tb, test): argument
/external/python/cpython3/Lib/
Dcontextlib.py383 def __exit__(self, exctype, excinst, exctb): argument
426 def __exit__(self, exctype, excinst, exctb): argument
/external/python/cpython2/Lib/test/
Dtest_codeccallbacks.py326 def check_exceptionobjectargs(self, exctype, args, msg): argument
/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py290 def check_exceptionobjectargs(self, exctype, args, msg): argument
Dtest__xxsubinterpreters.py872 def assert_run_failed(self, exctype, msg=None): argument
/external/python/cpython3/Python/clinic/
Dsysmodule.c.h63 PyObject *exctype; in sys_excepthook() local
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c204 _sharedexception_bind(PyObject *exctype, PyObject *exc, PyObject *tb) in _sharedexception_bind()
1866 PyObject *exctype = NULL; in _run_script() local
/external/python/cpython3/Python/
Dsysmodule.c765 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()