Searched refs:PyDictItems_Type (Results 1 – 2 of 2) sorted by relevance
96 PyAPI_DATA(PyTypeObject) PyDictItems_Type;103 #define PyDictItems_Check(op) (Py_TYPE(op) == &PyDictItems_Type)
3175 PyTypeObject PyDictItems_Type = { variable3212 return dictview_new(dict, &PyDictItems_Type); in dictitems_new()