Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Dmethod.rst35 .. c:function:: PyObject* PyInstanceMethod_Function(PyObject *im)
42 Macro version of :c:func:`PyInstanceMethod_Function` which avoids error checking.
/third_party/python/Include/cpython/
Dclassobject.h46 PyAPI_FUNC(PyObject *) PyInstanceMethod_Function(PyObject *);
/third_party/python/Objects/
Dclassobject.c369 PyInstanceMethod_Function(PyObject *im) in PyInstanceMethod_Function() function
482 PyObject *func = PyInstanceMethod_Function(self); in instancemethod_repr()
/third_party/python/Doc/data/
Drefcounts.dat1053 PyInstanceMethod_Function:PyObject*::0:
1054 PyInstanceMethod_Function:PyObject*:im:0:
/third_party/python/Misc/
DHISTORY16999 and *PyInstanceMethod_Function(im)*.