Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c866 gen_is_coroutine(PyObject *o) in gen_is_coroutine() function
891 if (PyCoro_CheckExact(o) || gen_is_coroutine(o)) { in _PyCoro_GetAwaitableIter()
904 if (PyCoro_CheckExact(res) || gen_is_coroutine(res)) { in _PyCoro_GetAwaitableIter()