Searched refs:PyInstanceMethod_GET_FUNCTION (Results 1 – 6 of 6) sorted by relevance
396 return PyInstanceMethod_GET_FUNCTION(im); in PyInstanceMethod_Function()416 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), docstr); in instancemethod_get_doc()446 return PyObject_GetAttr(PyInstanceMethod_GET_FUNCTION(self), name); in instancemethod_getattro()452 Py_DECREF(PyInstanceMethod_GET_FUNCTION(self)); in instancemethod_dealloc()458 Py_VISIT(PyInstanceMethod_GET_FUNCTION(self)); in instancemethod_traverse()470 PyObject *func = PyInstanceMethod_GET_FUNCTION(descr); in instancemethod_descr_get()
50 #define PyInstanceMethod_GET_FUNCTION(meth) \ macro
39 .. c:function:: PyObject* PyInstanceMethod_GET_FUNCTION(PyObject *im)
169 #define PYBIND11_INSTANCE_METHOD_GET_FUNCTION PyInstanceMethod_GET_FUNCTION
1056 PyInstanceMethod_GET_FUNCTION:PyObject*::0:1057 PyInstanceMethod_GET_FUNCTION:PyObject*:im:0:
470 value = PyInstanceMethod_GET_FUNCTION(value.ptr()); in PYBIND11_NAMESPACE_BEGIN()