Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Ddictobject.h78 PyAPI_DATA(PyTypeObject) PyDictIterItem_Type;
/external/python/cpython2/Include/
Ddictobject.h94 PyAPI_DATA(PyTypeObject) PyDictIterItem_Type;
/external/python/cpython2/Objects/
Ddictobject.c2213 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 = { variable
3209 return dictiter_new(dv->dv_dict, &PyDictIterItem_Type); in dictitems_iter()
/external/python/cpython3/PC/
Dpython3.def87 PyDictIterItem_Type=python39.PyDictIterItem_Type DATA
/external/python/cpython2/PC/os2emx/
Dpython27.def288 "PyDictIterItem_Type"
/external/python/cpython3/Objects/
Ddictobject.c3572 if (itertype == &PyDictIterItem_Type || in dictiter_new()
3880 PyTypeObject PyDictIterItem_Type = { variable
4571 return dictiter_new(dv->dv_dict, &PyDictIterItem_Type); in dictitems_iter()
/external/python/cpython3/Tools/c-analyzer/
DTODO703 Objects/dictobject.c:PyDictIterItem_Type PyTypeObject PyDictIterItem_Type
Dknown.tsv830 Objects/dictobject.c - PyDictIterItem_Type variable PyTypeObject PyDictIterItem_Type