Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/c-api/
Dmethod.rst47 .. c:function:: PyObject* PyMethod_Function(PyObject *meth)
54 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
/external/python/cpython3/Doc/c-api/
Dmethod.rst77 .. c:function:: PyObject* PyMethod_Function(PyObject *meth)
84 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
/external/python/cpython3/Include/
Dclassobject.h26 PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
/external/python/cpython2/Include/
Dclassobject.h51 PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def265 PyMethod_Function
/external/libnl/python/netlink/
Dcapi.i618 funcobj = PyMethod_Function(cbd->cbf); in nl_recv_msg_handler()
657 funcobj = PyMethod_Function(cbd->cbf); in nl_recv_err_handler()
/external/python/cpython3/Objects/
Dclassobject.c15 PyMethod_Function(PyObject *im) in PyMethod_Function() function
/external/python/cpython2/PC/os2emx/
Dpython27.def204 "PyMethod_Function"
/external/python/cpython2/Doc/data/
Drefcounts.dat740 PyMethod_Function:PyObject*::0:
741 PyMethod_Function:PyObject*:im:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat1308 PyMethod_Function:PyObject*::0:
1309 PyMethod_Function:PyObject*:im:0:
/external/python/cpython2/Objects/
Dclassobject.c139 PyMethod_Function(PyObject *im) in PyMethod_Function() function