Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/infra/bots/
Dgit_utils.py33 def __exit__(self, exc_type, _value, _traceback): argument
87 def __exit__(self, exc_type, _value, _traceback): argument
Dutils.py107 def __exit__(self, exc_type, _value, _traceback): argument
/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/
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
/third_party/python/Lib/unittest/
D_log.py63 def __exit__(self, exc_type, exc_value, tb): 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
/third_party/grpc/src/python/grpcio/grpc/framework/foundation/
Dlogging_pool.py47 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_tcp_proxy.py140 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/grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_channel.py67 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/node/tools/inspector_protocol/jinja2/
Ddebug.py83 def __init__(self, exc_type, exc_value, frames): argument
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_base_channel.py196 async def __aexit__(self, exc_type, exc_val, exc_tb): argument
/third_party/grpc/src/python/grpcio/grpc/aio/
D_base_channel.py200 async def __aexit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Lib/asyncio/
Dlocks.py18 async def __aexit__(self, exc_type, 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.py66 def __exit__(self, exc_type, exc_value, exc_traceback) -> None: argument
/third_party/python/Lib/multiprocessing/
Dconnection.py267 def __exit__(self, exc_type, exc_value, exc_tb): argument
494 def __exit__(self, exc_type, exc_value, exc_tb): argument

123