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