Searched refs:PyCFunction_Check (Results 1 – 9 of 9) sorted by relevance
43 if (!PyCFunction_Check(op)) { in PyCFunction_GetFunction()53 if (!PyCFunction_Check(op)) { in PyCFunction_GetSelf()63 if (!PyCFunction_Check(op)) { in PyCFunction_GetFlags()243 else if (!PyCFunction_Check(self) || !PyCFunction_Check(other)) { in meth_richcompare()
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type) macro
169 if (!PyCFunction_Check(obj)) { in normalizeUserObj()463 && PyCFunction_Check(arg)) { in profiler_callback()475 && PyCFunction_Check(arg)) { in profiler_callback()
1854 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()
3916 else if (PyCFunction_Check(func)) in PyEval_GetFuncName()3935 else if (PyCFunction_Check(func)) in PyEval_GetFuncDesc()4010 if (PyCFunction_Check(func) && nk == 0) { in call_function()4243 else if (PyCFunction_Check(func)) in do_call()4248 if (PyCFunction_Check(func)) { in do_call()4338 else if (PyCFunction_Check(func)) in ext_do_call()4343 if (PyCFunction_Check(func)) { in ext_do_call()
3894 else if (PyCFunction_Check(func)) in PyEval_GetFuncName()3913 else if (PyCFunction_Check(func)) in PyEval_GetFuncDesc()3988 if (PyCFunction_Check(func) && nk == 0) { in call_function()4221 else if (PyCFunction_Check(func)) in do_call()4226 if (PyCFunction_Check(func)) { in do_call()4316 else if (PyCFunction_Check(func)) in ext_do_call()4321 if (PyCFunction_Check(func)) { in ext_do_call()
1846 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()