Searched refs:PyCFunction_GET_FUNCTION (Results 1 – 15 of 15) sorted by relevance
40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION() function44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) macro
125 return PyCFunction_GET_FUNCTION(op); in PyCFunction_GetFunction()409 return (funcptr)PyCFunction_GET_FUNCTION(func); in cfunction_enter_call()537 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in cfunction_call()
5101 PyCFunction_GET_FUNCTION(getstate) == object___getstate__) in object_getstate()8422 PyCFunction_GET_FUNCTION(descr) == in update_one_slot()
29 #define PyCFunction_GET_FUNCTION(func) \ macro
74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call()
6355 PyCFunction_GET_FUNCTION(descr) ==
1537 if (PyCFunction_GET_FUNCTION(callable) == NULL) { in specialize_c_call()
5018 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable);5052 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable);5095 PyCFunction_GET_FUNCTION(callable);
4353 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function()
1711 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); in SwigPyObject_dealloc()
1583 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); in SwigPyObject_dealloc()