Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dgenobject.h76 int ag_hooks_inited; member
/external/python/cpython3/Objects/
Dgenobject.c1266 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1270 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1442 o->ag_hooks_inited = 0; in PyAsyncGen_New()