Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dgenobject.c882 gen_is_coroutine(PyObject *o) in gen_is_coroutine() function
907 if (PyCoro_CheckExact(o) || gen_is_coroutine(o)) { in _PyCoro_GetAwaitableIter()
920 if (PyCoro_CheckExact(res) || gen_is_coroutine(res)) { in _PyCoro_GetAwaitableIter()