Home
last modified time | relevance | path

Searched refs:PyInstanceMethod_GET_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Objects/
Dclassobject.c375 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()
/third_party/python/Include/cpython/
Dclassobject.h50 #define PyInstanceMethod_GET_FUNCTION(meth) \ macro
/third_party/python/Doc/c-api/
Dmethod.rst40 .. c:function:: PyObject* PyInstanceMethod_GET_FUNCTION(PyObject *im)
/third_party/python/Doc/data/
Drefcounts.dat1056 PyInstanceMethod_GET_FUNCTION:PyObject*::0:
1057 PyInstanceMethod_GET_FUNCTION:PyObject*:im:0: