Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dgenobject.c848 gen_is_coroutine(PyObject *o) in gen_is_coroutine() function
873 if (PyCoro_CheckExact(o) || gen_is_coroutine(o)) { in _PyCoro_GetAwaitableIter()
886 if (PyCoro_CheckExact(res) || gen_is_coroutine(res)) { in _PyCoro_GetAwaitableIter()