Home
last modified time | relevance | path

Searched defs:__aexit__ (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/
Dtest_contextlib_async.py32 async def __aexit__(self, *args): member in TestAbstractAsyncContextManager.test_enter.DefaultEnter
74 async def __aexit__(self, exc_type, exc_value, traceback): member in TestAbstractAsyncContextManager.test_structural_subclassing.ManagerFromScratch
80 async def __aexit__(self, *args): member in TestAbstractAsyncContextManager.test_structural_subclassing.DefaultEnter
91 __aexit__ = None variable in TestAbstractAsyncContextManager.test_structural_subclassing.NoneAexit
481 async def __aexit__(self, *exc_details): member in TestAsyncExitStack.test_async_push.ExitCM
506 async def __aexit__(self, *exc_details): member in TestAsyncExitStack.test_async_enter_context.TestCM
Dtest_coroutines.py1173 async def __aexit__(self, *args): member in CoroutineTest.test_with_1.Manager
1221 def __aexit__(self): member in CoroutineTest.test_with_3.CM
1259 async def __aexit__(self, *exc): member in CoroutineTest.test_with_5.CM
1274 def __aexit__(self, *e): member in CoroutineTest.test_with_6.CM
1293 def __aexit__(self, *e): member in CoroutineTest.test_with_7.CM
1321 def __aexit__(self, *e): member in CoroutineTest.test_with_8.CM
1385 async def __aexit__(self, *e): member in CoroutineTest.test_with_9.CM
1405 async def __aexit__(self, *e): member in CoroutineTest.test_with_10.CM
1431 async def __aexit__(self, *e): member in CoroutineTest.test_with_11.CM
1453 async def __aexit__(self, *e): member in CoroutineTest.test_with_12.CM
[all …]
Dtest_sys_settrace.py33 async def __aexit__(self, *exc_info): member in asynctracecontext
Dtest_grammar.py1984 async def __aexit__(self, *exc): member in GrammarTests.test_async_with.manager
/third_party/python/Lib/
Dcontextlib.py48 async def __aexit__(self, exc_type, exc_value, traceback): member in AbstractAsyncContextManager
203 async def __aexit__(self, typ, value, traceback): member in _AsyncGeneratorContextManager
365 async def __aexit__(self, *exc_info): member in aclosing
667 async def __aexit__(self, *exc_details): member in AsyncExitStack
744 async def __aexit__(self, *excinfo): member in nullcontext
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_base_channel.py196 async def __aexit__(self, exc_type, exc_val, exc_tb): member in Channel
D_channel.py281 async def __aexit__(self, exc_type, exc_val, exc_tb): member in Channel
/third_party/grpc/src/python/grpcio/grpc/aio/
D_base_channel.py200 async def __aexit__(self, exc_type, exc_val, exc_tb): member in Channel
D_channel.py285 async def __aexit__(self, exc_type, exc_val, exc_tb): member in Channel
/third_party/python/Lib/asyncio/
Dlocks.py18 async def __aexit__(self, exc_type, exc, tb): member in _ContextManagerMixin
Devents.py199 async def __aexit__(self, *exc): member in AbstractServer
/third_party/python/Lib/unittest/test/testmock/
Dtestasync.py557 async def __aexit__(self, *args, **kwargs): pass member in AsyncContextManagerTest.WithAsyncContextManager