Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dclassobject.c422 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()
/external/python/cpython3/Include/
Dclassobject.h51 #define PyInstanceMethod_GET_FUNCTION(meth) \ macro
/external/python/cpython3/Doc/c-api/
Dmethod.rst39 .. c:function:: PyObject* PyInstanceMethod_GET_FUNCTION(PyObject *im)
/external/python/cpython3/Doc/data/
Drefcounts.dat1028 PyInstanceMethod_GET_FUNCTION:PyObject*::0:
1029 PyInstanceMethod_GET_FUNCTION:PyObject*:im:0: