Home
last modified time | relevance | path

Searched refs:PyDictIterItem_Type (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Ddictobject.h94 PyAPI_DATA(PyTypeObject) PyDictIterItem_Type;
/external/python/cpython2/Objects/
Ddictobject.c2159 extern PyTypeObject PyDictIterItem_Type; /* Forward */
2177 return dictiter_new(dict, &PyDictIterItem_Type); in dict_iteritems()
2510 if (itertype == &PyDictIterItem_Type) { in dictiter_new()
2752 PyTypeObject PyDictIterItem_Type = { variable
3138 return dictiter_new(dv->dv_dict, &PyDictIterItem_Type); in dictitems_iter()
/external/python/cpython2/PC/os2emx/
Dpython27.def288 "PyDictIterItem_Type"