Searched refs:_PyEval_SetCoroutineWrapper (Results 1 – 3 of 3) sorted by relevance
36 PyAPI_FUNC(void) _PyEval_SetCoroutineWrapper(PyObject *);
796 _PyEval_SetCoroutineWrapper(wrapper); in sys_set_coroutine_wrapper()799 _PyEval_SetCoroutineWrapper(NULL); in sys_set_coroutine_wrapper()
4365 _PyEval_SetCoroutineWrapper(PyObject *wrapper) in _PyEval_SetCoroutineWrapper() function