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.
27 PyAPI_FUNC(PyObject *) PyMethod_Self(PyObject *);
52 PyAPI_FUNC(PyObject *) PyMethod_Self(PyObject *);
267 PyMethod_Self
615 PyObject *selfobj = PyMethod_Self(cbd->cbf); in nl_recv_msg_handler()654 PyObject *selfobj = PyMethod_Self(cbd->cbf); in nl_recv_err_handler()
25 PyMethod_Self(PyObject *im) in PyMethod_Self() function
205 "PyMethod_Self"
757 PyMethod_Self:PyObject*::0:758 PyMethod_Self:PyObject*:im:0:
1322 PyMethod_Self:PyObject*::0:1323 PyMethod_Self:PyObject*:im:0:
149 PyMethod_Self(PyObject *im) in PyMethod_Self() function