Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Diterobject.h9 PyAPI_DATA(PyTypeObject) PyCallIter_Type;
19 #define PyCallIter_Check(op) Py_IS_TYPE(op, &PyCallIter_Type)
/third_party/python/Objects/
H A Diterobject.c188 it = PyObject_GC_New(calliterobject, &PyCallIter_Type); in PyCallIter_New()
267 PyTypeObject PyCallIter_Type = { variable
H A Dobject.c1869 &PyCallIter_Type,
/third_party/python/PC/
H A Dpython3dll.c752 EXPORT_DATA(PyCallIter_Type)

Completed in 5 milliseconds