Home
last modified time | relevance | path

Searched refs:shutdown_asyncgens (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
H A Dtest_runners.py54 async def shutdown_asyncgens(): function
56 loop.shutdown_asyncgens = shutdown_asyncgens
/third_party/python/Lib/asyncio/
H A Drunners.py72 loop.run_until_complete(loop.shutdown_asyncgens())
H A Devents.py246 async def shutdown_asyncgens(self): member in AbstractEventLoop
H A Dbase_events.py414 # Set to True when `loop.shutdown_asyncgens` is called.
534 f"loop.shutdown_asyncgens() call",
539 async def shutdown_asyncgens(self): member in BaseEventLoop
/third_party/python/Lib/test/
H A Dtest_asyncgen.py1462 self.loop.run_until_complete(self.loop.shutdown_asyncgens())

Completed in 11 milliseconds