Searched defs:exctype (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ |
D | contextlib.py | 383 def __exit__(self, exctype, excinst, exctb): argument 426 def __exit__(self, exctype, excinst, exctb): argument
|
/third_party/python/Lib/test/ |
D | test_codeccallbacks.py | 290 def check_exceptionobjectargs(self, exctype, args, msg): argument
|
D | test__xxsubinterpreters.py | 872 def assert_run_failed(self, exctype, msg=None): argument
|
/third_party/python/Python/clinic/ |
D | sysmodule.c.h | 63 PyObject *exctype; in sys_excepthook() local
|
/third_party/python/Modules/ |
D | _xxsubinterpretersmodule.c | 204 _sharedexception_bind(PyObject *exctype, PyObject *exc, PyObject *tb) in _sharedexception_bind() 1866 PyObject *exctype = NULL; in _run_script() local
|
/third_party/python/Python/ |
D | sysmodule.c | 766 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()
|