Searched defs:exctype (Results 1 – 9 of 9) sorted by relevance
| /external/grpc-grpc/src/python/grpcio_tests/tests_gevent/unit/ |
| D | close_channel_test.py | 98 def _global_exception_handler(self, exctype, value, tb): argument
|
| /external/python/cpython3/Lib/unittest/ |
| D | result.py | 195 def _clean_tracebacks(self, exctype, value, tb, test): argument
|
| /external/python/cpython3/Lib/ |
| D | contextlib.py | 391 def __exit__(self, exctype, excinst, exctb): argument 434 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 | 303 def check_exceptionobjectargs(self, exctype, args, msg): argument
|
| D | test__xxsubinterpreters.py | 872 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 | _xxsubinterpretersmodule.c | 208 _sharedexception_bind(PyObject *exctype, PyObject *exc, PyObject *tb) in _sharedexception_bind() 1866 PyObject *exctype = NULL; in _run_script() local
|
| /external/python/cpython3/Python/ |
| D | sysmodule.c | 741 sys_excepthook_impl(PyObject *module, PyObject *exctype, PyObject *value, in sys_excepthook_impl()
|