Searched refs:PyFunction_Check (Results 1 – 6 of 6) sorted by relevance
66 if (!PyFunction_Check(op)) { in PyFunction_GetCode()76 if (!PyFunction_Check(op)) { in PyFunction_GetGlobals()86 if (!PyFunction_Check(op)) { in PyFunction_GetModule()96 if (!PyFunction_Check(op)) { in PyFunction_GetDefaults()106 if (!PyFunction_Check(op)) { in PyFunction_SetDefaults()126 if (!PyFunction_Check(op)) { in PyFunction_GetClosure()136 if (!PyFunction_Check(op)) { in PyFunction_SetClosure()
2431 if (tmp != NULL && PyFunction_Check(tmp)) { in type_new()
42 #define PyFunction_Check(op) (Py_TYPE(op) == &PyFunction_Type) macro
26 .. c:function:: int PyFunction_Check(PyObject *o)
4231 else if (PyFunction_Check(func)) in PyEval_GetFuncName()4250 else if (PyFunction_Check(func)) in PyEval_GetFuncDesc()4371 if (PyFunction_Check(func)) in call_function()4553 if (PyFunction_Check(func)) in do_call()4650 if (PyFunction_Check(func)) in ext_do_call()
407 if (!PyMethod_Check(show_fxn) && !PyFunction_Check(show_fxn)) { in warn_explicit()