Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c1260 async_gen_init_hooks(PyAsyncGenObject *o) in async_gen_init_hooks() function
1300 if (async_gen_init_hooks(o)) { in async_gen_anext()
1310 if (async_gen_init_hooks(o)) { in async_gen_asend()
1320 if (async_gen_init_hooks(o)) { in async_gen_aclose()
1329 if (async_gen_init_hooks(o)) { in async_gen_athrow()