Searched refs:PyDictValues_Type (Results 1 – 2 of 2) sorted by relevance
97 PyAPI_DATA(PyTypeObject) PyDictValues_Type;104 #define PyDictValues_Check(op) (Py_TYPE(op) == &PyDictValues_Type)
3241 PyTypeObject PyDictValues_Type = { variable3277 return dictview_new(dict, &PyDictValues_Type); in dictvalues_new()