Searched defs:PyCFunction_CheckExact (Results 1 – 5 of 5) sorted by relevance
16 #define PyCFunction_CheckExact(op) Py_IS_TYPE(op, &PyCFunction_Type) macro