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