Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dceval.h37 PyAPI_FUNC(PyObject *) _PyEval_GetCoroutineWrapper(void);
/external/python/cpython3/Python/
Dsysmodule.c817 PyObject *wrapper = _PyEval_GetCoroutineWrapper(); in sys_get_coroutine_wrapper()
Dceval.c4374 _PyEval_GetCoroutineWrapper(void) in _PyEval_GetCoroutineWrapper() function