Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h36 PyAPI_FUNC(void) _PyEval_SetCoroutineWrapper(PyObject *);
/external/python/cpython3/Python/
Dsysmodule.c796 _PyEval_SetCoroutineWrapper(wrapper); in sys_set_coroutine_wrapper()
799 _PyEval_SetCoroutineWrapper(NULL); in sys_set_coroutine_wrapper()
Dceval.c4365 _PyEval_SetCoroutineWrapper(PyObject *wrapper) in _PyEval_SetCoroutineWrapper() function