Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dgenobject.c1449 async_gen_init_hooks(PyAsyncGenObject *o) in async_gen_init_hooks() function
1489 if (async_gen_init_hooks(o)) { in async_gen_anext()
1499 if (async_gen_init_hooks(o)) { in async_gen_asend()
1509 if (async_gen_init_hooks(o)) { in async_gen_aclose()
1518 if (async_gen_init_hooks(o)) { in async_gen_athrow()