Searched refs:enter_async_context (Results 1 – 3 of 3) sorted by relevance
548 async def enter_async_context(self, cm): member in AsyncExitStack
417 await stack.enter_async_context(cm)
466 .. method:: enter_async_context(cm)487 connections = [await stack.enter_async_context(get_connection())