Searched refs:PyCMethod_CheckExact (Results 1 – 3 of 3) sorted by relevance
7 #define PyCMethod_CheckExact(op) Py_IS_TYPE(op, &PyCMethod_Type) macro
867 subtypes of PyCFunction, as well as PyCMethod_CheckExact() and
5030 if (PyCFunction_CheckExact(func) || PyCMethod_CheckExact(func)) { in trace_call_function()5091 if (PyCFunction_CheckExact(func) || PyCMethod_CheckExact(func)) { in do_call_core()