Searched refs:PyMethod_Self (Results 1 – 11 of 11) sorted by relevance
57 .. c:function:: PyObject* PyMethod_Self(PyObject *meth)65 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
87 .. c:function:: PyObject* PyMethod_Self(PyObject *meth)94 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
26 PyAPI_FUNC(PyObject *) PyMethod_Self(PyObject *);
52 PyAPI_FUNC(PyObject *) PyMethod_Self(PyObject *);
267 PyMethod_Self
610 PyObject *selfobj = PyMethod_Self(cbd->cbf); in nl_recv_msg_handler()649 PyObject *selfobj = PyMethod_Self(cbd->cbf); in nl_recv_err_handler()
33 PyMethod_Self(PyObject *im) in PyMethod_Self() function
205 "PyMethod_Self"
757 PyMethod_Self:PyObject*::0:758 PyMethod_Self:PyObject*:im:0:
1294 PyMethod_Self:PyObject*::0:1295 PyMethod_Self:PyObject*:im:0:
149 PyMethod_Self(PyObject *im) in PyMethod_Self() function