Home
last modified time | relevance | path

Searched refs:PyMethod_Function (Results 1 – 12 of 12) 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.rst78 .. c:function:: PyObject* PyMethod_Function(PyObject *meth)
85 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.dat1311 PyMethod_Function:PyObject*::0:
1312 PyMethod_Function:PyObject*:im:0:
Dpython3.10.abi403 …<elf-symbol name='PyMethod_Function' type='func-type' binding='global-binding' visibility='default…
7186PyMethod_Function' mangled-name='PyMethod_Function' filepath='Objects/classobject.c' line='15' col…
/external/python/cpython2/Objects/
Dclassobject.c139 PyMethod_Function(PyObject *im) in PyMethod_Function() function