Searched refs:PyDictIterKey_Type (Results 1 – 3 of 3) sorted by relevance
92 PyAPI_DATA(PyTypeObject) PyDictIterKey_Type;
2157 extern PyTypeObject PyDictIterKey_Type; /* Forward */2165 return dictiter_new(dict, &PyDictIterKey_Type); in dict_iterkeys()2389 return dictiter_new(dict, &PyDictIterKey_Type); in dict_iter()2594 PyTypeObject PyDictIterKey_Type = { variable2971 return dictiter_new(dv->dv_dict, &PyDictIterKey_Type); in dictkeys_iter()
286 "PyDictIterKey_Type"