Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dgenobject.c1022 gen_is_coroutine(PyObject *o) in gen_is_coroutine() function
1047 if (PyCoro_CheckExact(o) || gen_is_coroutine(o)) { in _PyCoro_GetAwaitableIter()
1060 if (PyCoro_CheckExact(res) || gen_is_coroutine(res)) { in _PyCoro_GetAwaitableIter()

Completed in 4 milliseconds