Searched refs:PyCFunction_CheckExact (Results 1 – 4 of 4) sorted by relevance
16 #define PyCFunction_CheckExact(op) Py_IS_TYPE(op, &PyCFunction_Type) macro
866 Add PyCFunction_CheckExact() macro for exact type checks now that we allow
903 PyCFunction_CheckExact(v) && in binary_op()
5030 if (PyCFunction_CheckExact(func) || PyCMethod_CheckExact(func)) { in trace_call_function()5091 if (PyCFunction_CheckExact(func) || PyCMethod_CheckExact(func)) { in do_call_core()