Searched refs:PyCFunction_GET_FUNCTION (Results 1 – 8 of 8) sorted by relevance
12 #define PyCFunction_GET_FUNCTION(func) \ macro
29 #define PyCFunction_GET_FUNCTION(func) \ macro
125 return PyCFunction_GET_FUNCTION(op); in PyCFunction_GetFunction()408 return (funcptr)PyCFunction_GET_FUNCTION(func); in cfunction_enter_call()534 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in cfunction_call()
7506 PyCFunction_GET_FUNCTION(descr) == in update_one_slot()
74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call()
6355 PyCFunction_GET_FUNCTION(descr) ==
4353 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function()
1583 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); in SwigPyObject_dealloc()