Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dgenobject.c162 if (PyCoro_CheckExact(gen)) { in gen_send_ex2()
174 if (PyCoro_CheckExact(gen)) { in gen_send_ex2()
184 if (PyCoro_CheckExact(gen) && !closing) { in gen_send_ex2()
248 if (PyCoro_CheckExact(gen)) { in gen_send_ex2()
326 if (PyGen_CheckExact(yf) || PyCoro_CheckExact(yf)) { in gen_close_iter()
394 if (PyCoro_CheckExact(gen)) { in gen_close()
445 if (PyGen_CheckExact(yf) || PyCoro_CheckExact(yf)) { in _gen_throw()
593 assert(PyGen_CheckExact(gen) || PyCoro_CheckExact(gen)); in gen_iternext()
1047 if (PyCoro_CheckExact(o) || gen_is_coroutine(o)) { in _PyCoro_GetAwaitableIter()
1060 if (PyCoro_CheckExact(re in _PyCoro_GetAwaitableIter()
[all...]
H A Diterobject.c337 assert(PyCoro_CheckExact(awaitable)); in anextawaitable_getiter()
/third_party/python/Include/cpython/
H A Dgenobject.h60 #define PyCoro_CheckExact(op) Py_IS_TYPE(op, &PyCoro_Type) macro
/third_party/python/Modules/
H A D_asynciomodule.c176 if (PyCoro_CheckExact(coro)) { in is_coroutine()
182 PyCoro_CheckExact() for non-native coroutine-like objects in is_coroutine()
/third_party/python/Python/
H A Dspecialize.c2039 if (PyCoro_CheckExact(iter)) { in _PySpecialization_ClassifyIterator()
H A Dceval.c2559 if (iter != NULL && PyCoro_CheckExact(iter)) {
4307 if (PyCoro_CheckExact(iterable)) {

Completed in 22 milliseconds