Searched refs:PyDictIterItem_Type (Results 1 – 8 of 8) sorted by relevance
78 PyAPI_DATA(PyTypeObject) PyDictIterItem_Type;
94 PyAPI_DATA(PyTypeObject) PyDictIterItem_Type;
2213 extern PyTypeObject PyDictIterItem_Type; /* Forward */2231 return dictiter_new(dict, &PyDictIterItem_Type); in dict_iteritems()2564 if (itertype == &PyDictIterItem_Type) { in dictiter_new()2813 PyTypeObject PyDictIterItem_Type = { variable3209 return dictiter_new(dv->dv_dict, &PyDictIterItem_Type); in dictitems_iter()
87 PyDictIterItem_Type=python39.PyDictIterItem_Type DATA
288 "PyDictIterItem_Type"
3572 if (itertype == &PyDictIterItem_Type || in dictiter_new()3880 PyTypeObject PyDictIterItem_Type = { variable4571 return dictiter_new(dv->dv_dict, &PyDictIterItem_Type); in dictitems_iter()
703 Objects/dictobject.c:PyDictIterItem_Type PyTypeObject PyDictIterItem_Type
830 Objects/dictobject.c - PyDictIterItem_Type variable PyTypeObject PyDictIterItem_Type