Searched defs:shutdown_asyncgens (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/test/test_asyncio/ | ||
D | test_runners.py | 37 async def shutdown_asyncgens(): function |
/external/python/cpython3/Lib/asyncio/ | ||
D | events.py | 253 async def shutdown_asyncgens(self): member in AbstractEventLoop |
D | base_events.py | 496 async def shutdown_asyncgens(self): member in BaseEventLoop |