Home
last modified time | relevance | path

Searched defs:exc_type (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/infra/bots/
Dgit_utils.py34 def __exit__(self, exc_type, _value, _traceback): argument
88 def __exit__(self, exc_type, _value, _traceback): argument
Dutils.py110 def __exit__(self, exc_type, _value, _traceback): argument
/third_party/python/Lib/multiprocessing/dummy/
Dconnection.py36 def __exit__(self, exc_type, exc_value, exc_tb): argument
74 def __exit__(self, exc_type, exc_value, exc_tb): argument
/third_party/python/Lib/ctypes/test/
Dtest_random_things.py42 def expect_unraisable(self, exc_type, exc_msg=None): argument
/third_party/python/Lib/unittest/
D_log.py63 def __exit__(self, exc_type, exc_value, tb): argument
/third_party/python/Lib/
Dpy_compile.py46 def __init__(self, exc_type, exc_value, file, msg=''): argument
Dcontextlib.py26 def __exit__(self, exc_type, exc_value, traceback): argument
48 async def __aexit__(self, exc_type, exc_value, traceback): argument
448 def _exit_wrapper(exc_type, exc, tb): argument
607 async def _exit_wrapper(exc_type, exc, tb): argument
Dtraceback.py489 def __init__(self, exc_type, exc_value, exc_traceback, *, limit=None, argument
/third_party/python/Lib/test/
Daudit-tests.py20 def __init__(self, raise_on_events=None, exc_type=RuntimeError): argument
274 def excepthook(exc_type, exc_value, exc_tb): argument
Dtest_contextlib_async.py74 async def __aexit__(self, exc_type, exc_value, traceback): argument
468 async def _expect_exc(exc_type, exc, exc_tb): argument
472 async def _expect_ok(exc_type, exc, exc_tb): argument
D_test_atexit.py17 def assert_raises_unraisable(self, exc_type, func, *args): argument
Dtest_tabnanny.py79 def __exit__(self, exc_type, exc_value, exc_traceback): argument
Dtest_contextlib.py35 def __exit__(self, exc_type, exc_value, traceback): argument
618 def _expect_exc(exc_type, exc, exc_tb): argument
622 def _expect_ok(exc_type, exc, exc_tb): argument
Dtest_raise.py22 def __exit__(self, exc_type, exc_value, exc_tb): argument
/third_party/mesa3d/.gitlab-ci/lava/utils/
Dgitlab_section.py61 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dlog_follower.py63 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Python/
Derrors.c1235 make_unraisable_hook_args(PyThreadState *tstate, PyObject *exc_type, in make_unraisable_hook_args()
1245 #define ADD_ITEM(exc_type) \ in make_unraisable_hook_args() argument
1277 write_unraisable_exc_file(PyThreadState *tstate, PyObject *exc_type, in write_unraisable_exc_file()
1396 write_unraisable_exc(PyThreadState *tstate, PyObject *exc_type, in write_unraisable_exc()
1429 PyObject *exc_type = PyStructSequence_GET_ITEM(args, 0); in _PyErr_WriteUnraisableDefaultHook() local
1460 PyObject *exc_type, *exc_value, *exc_tb; in _PyErr_WriteUnraisableMsg() local
/third_party/node/tools/inspector_protocol/jinja2/
Ddebug.py83 def __init__(self, exc_type, exc_value, frames): argument
/third_party/python/Lib/asyncio/
Dlocks.py18 async def __aexit__(self, exc_type, exc, tb): argument
Dunix_events.py910 def __exit__(self, exc_type, exc_value, exc_traceback): argument
1242 def __exit__(self, exc_type, exc_val, exc_tb): argument
1359 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Modules/_multiprocessing/clinic/
Dsemaphore.c.h369 PyObject *exc_type = Py_None; in _multiprocessing_SemLock___exit__() local
/third_party/mbedtls/scripts/mbedtls_dev/
Dmacro_collector.py67 def __exit__(self, exc_type, exc_value, exc_traceback) -> None: argument
/third_party/python/Lib/multiprocessing/
Dconnection.py262 def __exit__(self, exc_type, exc_value, exc_tb): argument
489 def __exit__(self, exc_type, exc_value, exc_tb): argument
Dmanagers.py655 def __exit__(self, exc_type, exc_val, exc_tb): argument
1053 def __exit__(self, exc_type, exc_val, exc_tb): argument
1189 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Include/cpython/
Dpystate.h52 PyObject *exc_type, *exc_value, *exc_traceback; member

123