Searched refs:PyMethod_Function (Results 1 – 7 of 7) sorted by relevance
47 .. c:function:: PyObject* PyMethod_Function(PyObject *meth)54 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
51 PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
265 PyMethod_Function
613 funcobj = PyMethod_Function(cbd->cbf); in nl_recv_msg_handler()652 funcobj = PyMethod_Function(cbd->cbf); in nl_recv_err_handler()
204 "PyMethod_Function"
740 PyMethod_Function:PyObject*::0:741 PyMethod_Function:PyObject*:im:0:
139 PyMethod_Function(PyObject *im) in PyMethod_Function() function