Searched defs:PyList_CheckExact (Results 1 – 5 of 5) sorted by relevance
26 #define PyList_CheckExact(op) Py_IS_TYPE(op, &PyList_Type) macro
26 #define PyList_CheckExact(op) Py_IS_TYPE((op), &PyList_Type) macro