Searched defs:PyODict_CheckExact (Results 1 – 5 of 5) sorted by relevance
22 #define PyODict_CheckExact(op) Py_IS_TYPE(op, &PyODict_Type) macro