Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/asyncio/
Dbase_events.py521 def _asyncgen_finalizer_hook(self, agen): argument
526 def _asyncgen_firstiter_hook(self, agen): argument
/external/python/cpython3/Objects/
Dgenobject.c56 PyAsyncGenObject *agen = (PyAsyncGenObject*)self; in _PyGen_Finalize() local
/external/python/cpython3/Lib/test/
Dtest_asyncgen.py469 async def agen(): function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py949 async def agen(): function