Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dgenobject.h73 int ag_hooks_inited; member
/external/python/cpython3/Objects/
Dgenobject.c1250 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1254 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1428 o->ag_hooks_inited = 0; in PyAsyncGen_New()