Home
last modified time | relevance | path

Searched defs:PyDictItems_Check (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Ddictobject.h72 #define PyDictItems_Check(op) PyObject_TypeCheck(op, &PyDictItems_Type) macro
/external/python/cpython2/Include/
Ddictobject.h103 #define PyDictItems_Check(op) (Py_TYPE(op) == &PyDictItems_Type) macro