Home
last modified time | relevance | path

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

/aosp_15_r20/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.
/aosp_15_r20/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.
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dclassobject.h26 PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dclassobject.h26 PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dclassobject.h26 PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dclassobject.h26 PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dclassobject.h26 PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
/aosp_15_r20/external/python/cpython2/Include/
Dclassobject.h51 PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
/aosp_15_r20/external/libnl/python/netlink/
H A Dcapi.i618 funcobj = PyMethod_Function(cbd->cbf); in nl_recv_msg_handler()
657 funcobj = PyMethod_Function(cbd->cbf); in nl_recv_err_handler()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def265 PyMethod_Function
/aosp_15_r20/external/python/cpython3/Objects/
Dclassobject.c21 PyMethod_Function(PyObject *im) in PyMethod_Function() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def204 "PyMethod_Function"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat740 PyMethod_Function:PyObject*::0:
741 PyMethod_Function:PyObject*:im:0:
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1311 PyMethod_Function:PyObject*::0:
1312 PyMethod_Function:PyObject*:im:0:
Dpython3.11.abi417 …<elf-symbol name='PyMethod_Function' type='func-type' binding='global-binding' visibility='default…
7463PyMethod_Function' mangled-name='PyMethod_Function' filepath='Objects/classobject.c' line='21' col…
/aosp_15_r20/external/python/cpython2/Objects/
Dclassobject.c139 PyMethod_Function(PyObject *im) in PyMethod_Function() function