Searched defs:PyDictValues_Check (Results 1 – 2 of 2) 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