Home
last modified time | relevance | path

Searched refs:enter_async_context (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dcontextlib.py548 async def enter_async_context(self, cm): member in AsyncExitStack
/external/python/cpython3/Lib/test/
Dtest_contextlib_async.py384 await stack.enter_async_context(cm)
/external/python/cpython3/Doc/library/
Dcontextlib.rst466 .. method:: enter_async_context(cm)
487 connections = [await stack.enter_async_context(get_connection())