Home
last modified time | relevance | path

Searched defs:agen (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dbase_events.py482 def _asyncgen_finalizer_hook(self, agen): argument
487 def _asyncgen_firstiter_hook(self, agen): argument
/external/python/cpython3/Objects/
Dgenobject.c53 PyAsyncGenObject *agen = (PyAsyncGenObject*)self; in _PyGen_Finalize() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py920 async def agen(): function