Searched refs:PyMethod_GET_FUNCTION (Results 1 – 6 of 6) sorted by relevance
31 #define PyMethod_GET_FUNCTION(meth) \ macro
43 PyObject *func = PyMethod_GET_FUNCTION(method); in method_vectorcall()123 PyObject *func = PyMethod_GET_FUNCTION(im); in method_reduce()
83 .. c:function:: PyObject* PyMethod_GET_FUNCTION(PyObject *meth)
1314 PyMethod_GET_FUNCTION:PyObject*::0:1315 PyMethod_GET_FUNCTION:PyObject*:im:0:
5759 return PyEval_GetFuncName(PyMethod_GET_FUNCTION(func)); in PyEval_GetFuncName()
390 func2 = PyMethod_GET_FUNCTION(func); in init_method_ref()