Searched refs:PyInstanceMethod_GET_FUNCTION (Results 1 – 4 of 4) sorted by relevance
375 return PyInstanceMethod_GET_FUNCTION(im); in PyInstanceMethod_Function()389 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), in instancemethod_get_doc()420 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), name); in instancemethod_getattro()426 Py_DECREF(PyInstanceMethod_GET_FUNCTION(self)); in instancemethod_dealloc()432 Py_VISIT(PyInstanceMethod_GET_FUNCTION(self)); in instancemethod_traverse()439 return PyObject_Call(PyInstanceMethod_GET_FUNCTION(self), arg, kw); in instancemethod_call()444 PyObject *func = PyInstanceMethod_GET_FUNCTION(descr); in instancemethod_descr_get()
50 #define PyInstanceMethod_GET_FUNCTION(meth) \ macro
40 .. c:function:: PyObject* PyInstanceMethod_GET_FUNCTION(PyObject *im)
1056 PyInstanceMethod_GET_FUNCTION:PyObject*::0:1057 PyInstanceMethod_GET_FUNCTION:PyObject*:im:0: