Home
last modified time | relevance | path

Searched defs:exc_val (Results 1 – 25 of 26) 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_tests/tests/unit/
D_tcp_proxy.py140 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/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/mindspore/tests/st/auto_parallel/
Doptimizer_parallel.py237 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dparallel_strategy_search.py262 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dmultifieldembeddinglookup_parallel.py226 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/grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py366 def __exit__(self, exc_type, exc_val, exc_tb): argument
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
/third_party/python/Lib/concurrent/futures/
D_base.py636 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/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/mindspore/mindspore/nn/
Dcell.py385 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/Modules/
D_tkinter.c1738 PyObject **exc_val; member
1831 PyObject *res, *exc_type, *exc_val; in var_invoke() local
D_asynciomodule.c560 PyObject *exc_val = NULL; in future_set_exception() local
/third_party/python/Lib/test/
Dtest_shutil.py2192 def __exit__(self, exc_type, exc_val, exc_tb): argument
Dtest_coroutines.py2142 async def __aexit__(self, exc_type, exc_val, exc_tb): argument

12