Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h475 sys_get_asyncgen_hooks_impl(PyObject *module);
480 return sys_get_asyncgen_hooks_impl(module); in sys_get_asyncgen_hooks()
/external/python/cpython3/Python/
Dsysmodule.c1316 sys_get_asyncgen_hooks_impl(PyObject *module) in sys_get_asyncgen_hooks_impl() function