/third_party/flutter/skia/infra/bots/ |
D | git_utils.py | 33 def __exit__(self, exc_type, _value, _traceback): argument 87 def __exit__(self, exc_type, _value, _traceback): argument
|
D | utils.py | 107 def __exit__(self, exc_type, _value, _traceback): argument
|
/third_party/skia/infra/bots/ |
D | git_utils.py | 34 def __exit__(self, exc_type, _value, _traceback): argument 88 def __exit__(self, exc_type, _value, _traceback): argument
|
D | utils.py | 110 def __exit__(self, exc_type, _value, _traceback): argument
|
/third_party/python/Lib/multiprocessing/dummy/ |
D | connection.py | 36 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/ |
D | test_random_things.py | 42 def expect_unraisable(self, exc_type, exc_msg=None): argument
|
/third_party/python/Lib/ |
D | py_compile.py | 46 def __init__(self, exc_type, exc_value, file, msg=''): argument
|
D | contextlib.py | 26 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.py | 63 def __exit__(self, exc_type, exc_value, tb): argument
|
/third_party/python/Lib/test/ |
D | audit-tests.py | 20 def __init__(self, raise_on_events=None, exc_type=RuntimeError): argument 274 def excepthook(exc_type, exc_value, exc_tb): argument
|
D | test_contextlib_async.py | 74 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.py | 17 def assert_raises_unraisable(self, exc_type, func, *args): argument
|
D | test_tabnanny.py | 79 def __exit__(self, exc_type, exc_value, exc_traceback): argument
|
D | test_contextlib.py | 35 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/ |
D | logging_pool.py | 47 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _tcp_proxy.py | 140 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Python/ |
D | errors.c | 1235 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.py | 67 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | debug.py | 83 def __init__(self, exc_type, exc_value, frames): argument
|
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/ |
D | _base_channel.py | 196 async def __aexit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/grpc/src/python/grpcio/grpc/aio/ |
D | _base_channel.py | 200 async def __aexit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Lib/asyncio/ |
D | locks.py | 18 async def __aexit__(self, exc_type, exc, tb): argument
|
/third_party/python/Modules/_multiprocessing/clinic/ |
D | semaphore.c.h | 369 PyObject *exc_type = Py_None; in _multiprocessing_SemLock___exit__() local
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | macro_collector.py | 66 def __exit__(self, exc_type, exc_value, exc_traceback) -> None: argument
|
/third_party/python/Lib/multiprocessing/ |
D | connection.py | 267 def __exit__(self, exc_type, exc_value, exc_tb): argument 494 def __exit__(self, exc_type, exc_value, exc_tb): argument
|