Searched defs:PyODict_Check (Results 1 – 5 of 5) sorted by relevance
21 #define PyODict_Check(op) PyObject_TypeCheck(op, &PyODict_Type) macro