Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcontextlib.py383 def __exit__(self, exctype, excinst, exctb): argument
426 def __exit__(self, exctype, excinst, exctb): argument
/third_party/python/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
/third_party/python/Python/clinic/
Dsysmodule.c.h63 PyObject *exctype; in sys_excepthook() local
/third_party/python/Modules/
D_xxsubinterpretersmodule.c204 _sharedexception_bind(PyObject *exctype, PyObject *exc, PyObject *tb) in _sharedexception_bind()
1866 PyObject *exctype = NULL; in _run_script() local
/third_party/python/Python/
Dsysmodule.c766 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()