Searched defs:exctype (Results 1 – 10 of 10) sorted by relevance
/external/python/setuptools/setuptools/ |
D | py31compat.py | 36 def __exit__(self, exctype, excvalue, exctrace): argument
|
/external/python/pybind11/tests/ |
D | test_exceptions.py | 173 def pycatch(exctype, f, *args): argument
|
/external/python/cpython3/Lib/ |
D | contextlib.py | 320 def __exit__(self, exctype, excinst, exctb): argument 363 def __exit__(self, exctype, excinst, exctb): argument
|
/external/python/cpython2/Lib/test/ |
D | test_codeccallbacks.py | 326 def check_exceptionobjectargs(self, exctype, args, msg): argument
|
/external/python/cpython3/Lib/test/ |
D | test_codeccallbacks.py | 290 def check_exceptionobjectargs(self, exctype, args, msg): argument
|
D | test__xxsubinterpreters.py | 867 def assert_run_failed(self, exctype, msg=None): argument
|
/external/python/cpython3/Python/clinic/ |
D | sysmodule.c.h | 63 PyObject *exctype; in sys_excepthook() local
|
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 86 PyObject *exctype, *val, *tb; in _enable_gc() local
|
D | _xxsubinterpretersmodule.c | 204 _sharedexception_bind(PyObject *exctype, PyObject *exc, PyObject *tb) in _sharedexception_bind() 1874 PyObject *exctype = NULL; in _run_script() local
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 743 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()
|