Searched refs:PyMethod_GET_FUNCTION (Results 1 – 16 of 16) sorted by relevance
49 PyObject *func = PyMethod_GET_FUNCTION(method); in method_vectorcall()134 PyObject *func = PyMethod_GET_FUNCTION(self); in method___reduce___impl()
31 #define PyMethod_GET_FUNCTION(meth) \ macro
69 #define PyMethod_GET_FUNCTION(meth) \ macro
52 .. c:function:: PyObject* PyMethod_GET_FUNCTION(PyObject *meth)
83 .. c:function:: PyObject* PyMethod_GET_FUNCTION(PyObject *meth)
3083 func = PyMethod_GET_FUNCTION(obj); // borrowed ref in check_nopybind()3099 func = PyMethod_GET_FUNCTION(obj); // borrowed ref in check_verbose_nopybind()3144 func = PyMethod_GET_FUNCTION(obj); // borrowed ref in check_nopybind()3160 func = PyMethod_GET_FUNCTION(obj); // borrowed ref in check_verbose_nopybind()
746 PyMethod_GET_FUNCTION:PyObject*::0:747 PyMethod_GET_FUNCTION:PyObject*:im:0:
2553 func = PyMethod_GET_FUNCTION(func); in instancemethod_call()2628 return PyMethod_New(PyMethod_GET_FUNCTION(meth), obj, cls); in instancemethod_descr_get()
3039 func = PyMethod_GET_FUNCTION(func); in PyEval_EvalFrameEx()4250 return PyEval_GetFuncName(PyMethod_GET_FUNCTION(func)); in PyEval_GetFuncName()4383 func = PyMethod_GET_FUNCTION(func); in call_function()
1314 PyMethod_GET_FUNCTION:PyObject*::0:1315 PyMethod_GET_FUNCTION:PyObject*:im:0:
401 func2 = PyMethod_GET_FUNCTION(func); in init_method_ref()
7230 return PyEval_GetFuncName(PyMethod_GET_FUNCTION(func));