Home
last modified time | relevance | path

Searched refs:PyDescr_NewClassMethod (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/python/cpython3/Include/
Ddescrobject.h28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Ddescrobject.h28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Ddescrobject.h28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Ddescrobject.h28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Ddescrobject.h28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
/aosp_15_r20/external/python/cpython2/Include/
Ddescrobject.h76 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Ddescriptor.rst30 .. c:function:: PyObject* PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Ddescriptor.rst39 .. c:function:: PyObject* PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method)
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat180 PyDescr_NewClassMethod:PyObject*::+1:
181 PyDescr_NewClassMethod:PyTypeObject*:type::
182 PyDescr_NewClassMethod:PyMethodDef*:method::
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def258 "PyDescr_NewClassMethod"
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat469 PyDescr_NewClassMethod:PyObject*::+1:
470 PyDescr_NewClassMethod:PyTypeObject*:type:+1:
471 PyDescr_NewClassMethod:PyMethodDef*:method::
Dstable_abi.dat93 function,PyDescr_NewClassMethod,3.2,,
Dpython3.11.abi123 …<elf-symbol name='PyDescr_NewClassMethod' type='func-type' binding='global-binding' visibility='de…
7748PyDescr_NewClassMethod' mangled-name='PyDescr_NewClassMethod' filepath='Objects/descrobject.c' lin…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c166 EXPORT_FUNC(PyDescr_NewClassMethod)
/aosp_15_r20/external/python/cpython2/Objects/
Ddescrobject.c640 PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method) in PyDescr_NewClassMethod() function
Dtypeobject.c3743 descr = PyDescr_NewClassMethod(type, meth);
/aosp_15_r20/external/python/cpython3/Objects/
Ddescrobject.c967 PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method) in PyDescr_NewClassMethod() function
Dtypeobject.c5663 descr = PyDescr_NewClassMethod(type, meth); in type_add_method()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml534 [function.PyDescr_NewClassMethod]
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
D_ctypes.c2172 meth = PyDescr_NewClassMethod(result, ml); in PyCSimpleType_new()
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c2145 meth = PyDescr_NewClassMethod(result, ml); in PyCSimpleType_new()