Home
last modified time | relevance | path

Searched refs:PyDictValues_Check (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Ddictobject.h104 #define PyDictValues_Check(op) (Py_TYPE(op) == &PyDictValues_Type) macro
/external/python/cpython3/Include/
Ddictobject.h63 #define PyDictValues_Check(op) PyObject_TypeCheck(op, &PyDictValues_Type) macro