Home
last modified time | relevance | path

Searched refs:exc_val (Results 1 – 25 of 29) sorted by relevance

12

/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_testing/grpc_testing/_channel/
D_channel.py67 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Modules/
D_asynciomodule.c560 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.c1738 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.py196 async def __aexit__(self, exc_type, exc_val, exc_tb): argument
D_channel.py281 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
D_channel.py285 async def __aexit__(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/grpc/src/python/grpcio/grpc/beta/
D_client_adaptations.py664 def __exit__(self, exc_type, exc_val, exc_tb): argument
692 def __exit__(self, exc_type, exc_val, exc_tb): argument
D_server_adaptations.py366 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Lib/test/libregrtest/
Dsave_env.py309 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Lib/multiprocessing/
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
Dpool.py735 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Lib/concurrent/futures/
D_base.py636 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/mindspore/tests/st/auto_parallel/
Doptimizer_parallel.py237 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dmultifieldembeddinglookup_parallel.py226 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dparallel_strategy_search.py262 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/grpc/src/python/grpcio/grpc/
D_interceptor.py542 def __exit__(self, exc_type, exc_val, exc_tb): argument
D__init__.py1083 def __exit__(self, exc_type, exc_val, exc_tb): argument
D_channel.py1536 def __exit__(self, exc_type, exc_val, exc_tb): argument
/third_party/python/Lib/asyncio/
Dunix_events.py1242 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/
Dtest_traceback.py600 exc_type, exc_val, exc_tb = sys.exc_info()
603 exception_print(exc_val)
/third_party/python/Lib/
Ddoctest.py251 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/
Dcell.py385 def __exit__(self, exc_type, exc_val, exc_tb): argument

12