/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_testing/grpc_testing/_channel/ |
D | _channel.py | 67 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Modules/ |
D | _asynciomodule.c | 560 PyObject *exc_val = NULL; in future_set_exception() local 568 exc_val = PyObject_CallNoArgs(exc); in future_set_exception() 569 if (exc_val == NULL) { in future_set_exception() 573 Py_DECREF(exc_val); in future_set_exception() 579 exc_val = exc; in future_set_exception() 580 Py_INCREF(exc_val); in future_set_exception() 582 if (!PyExceptionInstance_Check(exc_val)) { in future_set_exception() 583 Py_DECREF(exc_val); in future_set_exception() 587 if (Py_IS_TYPE(exc_val, (PyTypeObject *)PyExc_StopIteration)) { in future_set_exception() 588 Py_DECREF(exc_val); in future_set_exception() [all …]
|
D | _tkinter.c | 1738 PyObject **exc_val; member 1806 *(ev->exc_val) = val; in var_perform() 1831 PyObject *res, *exc_type, *exc_val; in var_invoke() local 1851 ev->exc_val = &exc_val; in var_invoke() 1857 PyErr_SetObject(exc_type, exc_val); in var_invoke() 1859 Py_DECREF(exc_val); in var_invoke()
|
/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
|
D | _channel.py | 281 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
|
D | _channel.py | 285 async def __aexit__(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/grpc/src/python/grpcio/grpc/beta/ |
D | _client_adaptations.py | 664 def __exit__(self, exc_type, exc_val, exc_tb): argument 692 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | _server_adaptations.py | 366 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Lib/test/libregrtest/ |
D | save_env.py | 309 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Lib/multiprocessing/ |
D | managers.py | 655 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
|
D | pool.py | 735 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Lib/concurrent/futures/ |
D | _base.py | 636 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/mindspore/tests/st/auto_parallel/ |
D | optimizer_parallel.py | 237 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | multifieldembeddinglookup_parallel.py | 226 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | parallel_strategy_search.py | 262 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _interceptor.py | 542 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | __init__.py | 1083 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | _channel.py | 1536 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
/third_party/python/Lib/asyncio/ |
D | unix_events.py | 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/Lib/test/ |
D | test_traceback.py | 600 exc_type, exc_val, exc_tb = sys.exc_info() 603 exception_print(exc_val)
|
/third_party/python/Lib/ |
D | doctest.py | 251 exc_type, exc_val, exc_tb = exc_info 252 traceback.print_exception(exc_type, exc_val, exc_tb, file=excout)
|
/third_party/mindspore/mindspore/nn/ |
D | cell.py | 385 def __exit__(self, exc_type, exc_val, exc_tb): argument
|