Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dgenobject.h82 PyAPI_DATA(PyTypeObject) PyAsyncGen_Type;
90 #define PyAsyncGen_CheckExact(op) (Py_TYPE(op) == &PyAsyncGen_Type)
/external/python/cpython3/Objects/
Dgenobject.c1436 PyTypeObject PyAsyncGen_Type = { variable
1495 &PyAsyncGen_Type, f, name, qualname); in PyAsyncGen_New()