Searched refs:PyCFunction_Check (Results 1 – 7 of 7) sorted by relevance
121 if (!PyCFunction_Check(op)) { in PyCFunction_GetFunction()131 if (!PyCFunction_Check(op)) { in PyCFunction_GetSelf()141 if (!PyCFunction_Check(op)) { in PyCFunction_GetFlags()151 if (!PyCFunction_Check(op)) { in PyCMethod_GetClass()306 !PyCFunction_Check(self) || in meth_richcompare()307 !PyCFunction_Check(other)) in meth_richcompare()391 assert(PyCFunction_Check(func)); in cfunction_check_kwargs()
17 #define PyCFunction_Check(op) PyObject_TypeCheck(op, &PyCFunction_Type) macro
124 if (!PyCFunction_Check(obj)) { in normalizeUserObj()433 && PyCFunction_Check(arg)) { in profiler_callback()445 && PyCFunction_Check(arg)) { in profiler_callback()
1272 if (PyCFunction_Check(s->encoder)) { in encoder_new()
5762 else if (PyCFunction_Check(func)) in PyEval_GetFuncName()5775 else if (PyCFunction_Check(func)) in PyEval_GetFuncDesc()
2451 if (!PyCFunction_Check(obj)) { in SWIG_Python_ConvertFunctionPtr()
2430 if (!PyCFunction_Check(obj)) { in SWIG_Python_ConvertFunctionPtr()