/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/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _channel.py | 67 def __exit__(self, exc_type, exc_val, exc_tb): 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
|
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/mindspore/tests/st/auto_parallel/ |
D | optimizer_parallel.py | 237 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
|
D | multifieldembeddinglookup_parallel.py | 226 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/grpc/src/python/grpcio/grpc/beta/ |
D | _server_adaptations.py | 366 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
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
|
/third_party/python/Lib/concurrent/futures/ |
D | _base.py | 636 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/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/mindspore/mindspore/nn/ |
D | cell.py | 385 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/Modules/ |
D | _tkinter.c | 1738 PyObject **exc_val; member 1831 PyObject *res, *exc_type, *exc_val; in var_invoke() local
|
D | _asynciomodule.c | 560 PyObject *exc_val = NULL; in future_set_exception() local
|
/third_party/python/Lib/test/ |
D | test_shutil.py | 2192 def __exit__(self, exc_type, exc_val, exc_tb): argument
|
D | test_coroutines.py | 2142 async def __aexit__(self, exc_type, exc_val, exc_tb): argument
|