Searched defs: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
29 #define PyCFunction_GET_FUNCTION(func) \ macro