Searched refs:PyMethod_Self (Results 1 – 12 of 12) sorted by relevance
57 .. c:function:: PyObject* PyMethod_Self(PyObject *meth)65 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
88 .. c:function:: PyObject* PyMethod_Self(PyObject *meth)95 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:
1325 PyMethod_Self:PyObject*::0:1326 PyMethod_Self:PyObject*:im:0:
405 …<elf-symbol name='PyMethod_Self' type='func-type' binding='global-binding' visibility='default-vis…7182 …PyMethod_Self' mangled-name='PyMethod_Self' filepath='Objects/classobject.c' line='25' column='1' …
149 PyMethod_Self(PyObject *im) in PyMethod_Self() function