Searched defs:PyMethod_GET_FUNCTION (Results 1 – 1 of 1) sorted by relevance
34 static inline PyObject* PyMethod_GET_FUNCTION(PyObject *meth) { in PyMethod_GET_FUNCTION() function37 #define PyMethod_GET_FUNCTION(meth) PyMethod_GET_FUNCTION(_PyObject_CAST(meth)) macro