Searched refs:PyCMethod_CheckExact (Results 1 – 3 of 3) sorted by relevance
34 #define PyCMethod_CheckExact(op) Py_IS_TYPE(op, &PyCMethod_Type) macro
7292 if (PyCFunction_CheckExact(func) || PyCMethod_CheckExact(func)) {7328 if (PyCFunction_CheckExact(func) || PyCMethod_CheckExact(func)) {
12556 that we allow subtypes of PyCFunction, as well as PyCMethod_CheckExact()