Home
last modified time | relevance | path

Searched refs:PyInstanceMethod_Function (Results 1 – 4 of 4) 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.h47 PyAPI_FUNC(PyObject *) PyInstanceMethod_Function(PyObject *);
/external/python/cpython3/Objects/
Dclassobject.c424 PyInstanceMethod_Function(PyObject *im) in PyInstanceMethod_Function() function
542 PyObject *func = PyInstanceMethod_Function(self); in instancemethod_repr()
/external/python/cpython3/Misc/
DHISTORY16999 and *PyInstanceMethod_Function(im)*.