Home
last modified time | relevance | path

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

/third_party/python/Include/
Dgenobject.h71 int ag_hooks_inited; member
/third_party/python/Objects/
Dgenobject.c1293 if (o->ag_hooks_inited) { in async_gen_init_hooks()
1297 o->ag_hooks_inited = 1; in async_gen_init_hooks()
1480 o->ag_hooks_inited = 0; in PyAsyncGen_New()