Searched defs:PyDictValues_Check (Results 1 – 6 of 6) sorted by relevance
71 #define PyDictValues_Check(op) PyObject_TypeCheck(op, &PyDictValues_Type) macro
104 #define PyDictValues_Check(op) (Py_TYPE(op) == &PyDictValues_Type) macro