Searched defs:PyList_CheckExact (Results 1 – 2 of 2) sorted by relevance
45 #define PyList_CheckExact(op) (Py_TYPE(op) == &PyList_Type) macro