Home
last modified time | relevance | path

Searched refs:PyMethod_Self (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dmethod.rst57 .. c:function:: PyObject* PyMethod_Self(PyObject *meth)
65 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
/external/python/cpython3/Doc/c-api/
Dmethod.rst87 .. c:function:: PyObject* PyMethod_Self(PyObject *meth)
94 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
/external/python/cpython3/Include/
Dclassobject.h27 PyAPI_FUNC(PyObject *) PyMethod_Self(PyObject *);
/external/python/cpython2/Include/
Dclassobject.h52 PyAPI_FUNC(PyObject *) PyMethod_Self(PyObject *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def267 PyMethod_Self
/external/libnl/python/netlink/
Dcapi.i615 PyObject *selfobj = PyMethod_Self(cbd->cbf); in nl_recv_msg_handler()
654 PyObject *selfobj = PyMethod_Self(cbd->cbf); in nl_recv_err_handler()
/external/python/cpython3/Objects/
Dclassobject.c25 PyMethod_Self(PyObject *im) in PyMethod_Self() function
/external/python/cpython2/PC/os2emx/
Dpython27.def205 "PyMethod_Self"
/external/python/cpython2/Doc/data/
Drefcounts.dat757 PyMethod_Self:PyObject*::0:
758 PyMethod_Self:PyObject*:im:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat1322 PyMethod_Self:PyObject*::0:
1323 PyMethod_Self:PyObject*:im:0:
/external/python/cpython2/Objects/
Dclassobject.c149 PyMethod_Self(PyObject *im) in PyMethod_Self() function