Searched refs:PyInstanceMethod_Function (Results 1 – 6 of 6) sorted by relevance
35 .. c:function:: PyObject* PyInstanceMethod_Function(PyObject *im)42 Macro version of :c:func:`PyInstanceMethod_Function` which avoids error checking.
46 PyAPI_FUNC(PyObject *) PyInstanceMethod_Function(PyObject *);
390 PyInstanceMethod_Function(PyObject *im) in PyInstanceMethod_Function() function508 PyObject *func = PyInstanceMethod_Function(self); in instancemethod_repr()
1053 PyInstanceMethod_Function:PyObject*::0:1054 PyInstanceMethod_Function:PyObject*:im:0:
318 …<elf-symbol name='PyInstanceMethod_Function' type='func-type' binding='global-binding' visibility=…7195 …PyInstanceMethod_Function' mangled-name='PyInstanceMethod_Function' filepath='Objects/classobject.…
16999 and *PyInstanceMethod_Function(im)*.