Home
last modified time | relevance | path

Searched refs:PyInstanceMethod_Function (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Doc/c-api/
Dmethod.rst34 .. c:function:: PyObject* PyInstanceMethod_Function(PyObject *im)
41 Macro version of :c:func:`PyInstanceMethod_Function` which avoids error checking.
/external/python/cpython3/Include/
Dclassobject.h46 PyAPI_FUNC(PyObject *) PyInstanceMethod_Function(PyObject *);
/external/python/cpython3/Objects/
Dclassobject.c390 PyInstanceMethod_Function(PyObject *im) in PyInstanceMethod_Function() function
508 PyObject *func = PyInstanceMethod_Function(self); in instancemethod_repr()
/external/python/cpython3/Doc/data/
Drefcounts.dat1053 PyInstanceMethod_Function:PyObject*::0:
1054 PyInstanceMethod_Function:PyObject*:im:0:
/external/python/cpython3/Misc/
DHISTORY16999 and *PyInstanceMethod_Function(im)*.