Searched refs:PyCFunction_GET_FUNCTION (Results 1 – 6 of 6) 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()
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);
1711 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); in SwigPyObject_dealloc()