Searched refs:PyFunction_Check (Results 1 – 15 of 15) sorted by relevance
79 if (!PyFunction_Check(op)) { in PyFunction_GetCode()89 if (!PyFunction_Check(op)) { in PyFunction_GetGlobals()99 if (!PyFunction_Check(op)) { in PyFunction_GetModule()109 if (!PyFunction_Check(op)) { in PyFunction_GetDefaults()119 if (!PyFunction_Check(op)) { in PyFunction_SetDefaults()139 if (!PyFunction_Check(op)) { in PyFunction_GetKwDefaults()149 if (!PyFunction_Check(op)) { in PyFunction_SetKwDefaults()170 if (!PyFunction_Check(op)) { in PyFunction_GetClosure()180 if (!PyFunction_Check(op)) { in PyFunction_SetClosure()202 if (!PyFunction_Check(op)) { in PyFunction_GetAnnotations()[all …]
9 if (PyFunction_Check(callable)) { in _PyObject_HasFastCall()97 if (PyFunction_Check(callable)) { in _PyObject_FastCallDict()152 if (PyFunction_Check(callable)) { in _PyObject_FastCallKeywords()225 if (PyFunction_Check(callable)) { in PyObject_Call()397 assert(PyFunction_Check(func)); in _PyFunction_FastCallKeywords()
1448 if (PyFunction_Check(res)) { in lookup_maybe_method()2686 if (tmp != NULL && PyFunction_Check(tmp)) { in type_new()2700 if (tmp != NULL && PyFunction_Check(tmp)) { in type_new()2712 if (tmp != NULL && PyFunction_Check(tmp)) { in type_new()
1147 if (PyFunction_Check(descr) || in _PyObject_GetMethod()
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()
2434 if (tmp != NULL && PyFunction_Check(tmp)) { in type_new()
42 #define PyFunction_Check(op) (Py_TYPE(op) == &PyFunction_Type) macro
45 #define PyFunction_Check(op) (Py_TYPE(op) == &PyFunction_Type) macro
26 .. c:function:: int PyFunction_Check(PyObject *o)
4251 else if (PyFunction_Check(func)) in PyEval_GetFuncName()4270 else if (PyFunction_Check(func)) in PyEval_GetFuncDesc()4391 if (PyFunction_Check(func)) in call_function()4573 if (PyFunction_Check(func)) in do_call()4670 if (PyFunction_Check(func)) in ext_do_call()
413 if (!PyMethod_Check(show_fxn) && !PyFunction_Check(show_fxn)) { in warn_explicit()
4499 else if (PyFunction_Check(func)) in PyEval_GetFuncName()4512 else if (PyFunction_Check(func)) in PyEval_GetFuncDesc()4615 if (PyFunction_Check(func)) { in Py_LOCAL_INLINE()
141 if (!PyFunction_Check(func)) { in builtin___build_class__()
878 PyFunction_Check:int:::879 PyFunction_Check:PyObject*:o:0: