Home
last modified time | relevance | path

Searched refs:PyCFunction_Check (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Objects/
Dmethodobject.c43 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()
/external/python/cpython2/Include/
Dmethodobject.h16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type) macro
/external/python/cpython2/Modules/
D_lsprof.c169 if (!PyCFunction_Check(obj)) { in normalizeUserObj()
463 && PyCFunction_Check(arg)) { in profiler_callback()
475 && PyCFunction_Check(arg)) { in profiler_callback()
D_json.c1894 …s->fast_encode = (PyCFunction_Check(s->encoder) && PyCFunction_GetFunction(s->encoder) == (PyCFunc… in encoder_init()
/external/python/cpython2/Python/
Dceval.c4233 else if (PyCFunction_Check(func)) in PyEval_GetFuncName()
4252 else if (PyCFunction_Check(func)) in PyEval_GetFuncDesc()
4327 if (PyCFunction_Check(func) && nk == 0) { in call_function()
4559 else if (PyCFunction_Check(func)) in do_call()
4564 if (PyCFunction_Check(func)) { in do_call()
4656 else if (PyCFunction_Check(func)) in ext_do_call()
4661 if (PyCFunction_Check(func)) { in ext_do_call()