Searched refs:PyInstanceMethod_GET_FUNCTION (Results 1 – 4 of 4) sorted by relevance
422 return PyInstanceMethod_GET_FUNCTION(im); in PyInstanceMethod_Function()442 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), docstr); in instancemethod_get_doc()472 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), name); in instancemethod_getattro()478 Py_DECREF(PyInstanceMethod_GET_FUNCTION(self)); in instancemethod_dealloc()484 Py_VISIT(PyInstanceMethod_GET_FUNCTION(self)); in instancemethod_traverse()496 PyObject *func = PyInstanceMethod_GET_FUNCTION(descr); in instancemethod_descr_get()
51 #define PyInstanceMethod_GET_FUNCTION(meth) \ macro
39 .. c:function:: PyObject* PyInstanceMethod_GET_FUNCTION(PyObject *im)
1028 PyInstanceMethod_GET_FUNCTION:PyObject*::0:1029 PyInstanceMethod_GET_FUNCTION:PyObject*:im:0: