Home
last modified time | relevance | path

Searched refs:shutdown_asyncgens (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_runners.py37 async def shutdown_asyncgens(): function
39 loop.shutdown_asyncgens = shutdown_asyncgens
/third_party/python/Lib/asyncio/
Drunners.py48 loop.run_until_complete(loop.shutdown_asyncgens())
Devents.py247 async def shutdown_asyncgens(self): member in AbstractEventLoop
Dbase_events.py530 async def shutdown_asyncgens(self): member in BaseEventLoop
/third_party/python/Lib/unittest/
Dasync_case.py149 loop.run_until_complete(loop.shutdown_asyncgens())
/third_party/python/Doc/library/
Dasyncio-llapi-index.rst65 * - ``await`` :meth:`loop.shutdown_asyncgens`
Dasyncio-eventloop.rst160 .. coroutinemethod:: loop.shutdown_asyncgens()
176 loop.run_until_complete(loop.shutdown_asyncgens())
Dsys.rst1447 ``asyncio.Loop.shutdown_asyncgens`` in
/third_party/python/Misc/NEWS.d/
D3.10.0rc2.rst82 shutdown_asyncgens is not run
/third_party/python/Lib/test/
Dtest_asyncgen.py1460 self.loop.run_until_complete(self.loop.shutdown_asyncgens())
/third_party/python/Doc/whatsnew/
D3.6.rst887 * New :meth:`loop.shutdown_asyncgens() <asyncio.loop.shutdown_asyncgens>`
/third_party/python/Doc/reference/
Dexpressions.rst674 ``asyncio.Loop.shutdown_asyncgens`` in :source:`Lib/asyncio/base_events.py`.