Searched refs:PyDescr_NewClassMethod (Results 1 – 21 of 21) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/ |
D | descrobject.h | 28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | descrobject.h | 28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | descrobject.h | 28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | descrobject.h | 28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | descrobject.h | 28 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | descrobject.h | 76 PyAPI_FUNC(PyObject *) PyDescr_NewClassMethod(PyTypeObject *, PyMethodDef *);
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | descriptor.rst | 30 .. c:function:: PyObject* PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | descriptor.rst | 39 .. c:function:: PyObject* PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method)
|
/aosp_15_r20/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 180 PyDescr_NewClassMethod:PyObject*::+1: 181 PyDescr_NewClassMethod:PyTypeObject*:type:: 182 PyDescr_NewClassMethod:PyMethodDef*:method::
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 258 "PyDescr_NewClassMethod"
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 469 PyDescr_NewClassMethod:PyObject*::+1: 470 PyDescr_NewClassMethod:PyTypeObject*:type:+1: 471 PyDescr_NewClassMethod:PyMethodDef*:method::
|
D | stable_abi.dat | 93 function,PyDescr_NewClassMethod,3.2,,
|
D | python3.11.abi | 123 …<elf-symbol name='PyDescr_NewClassMethod' type='func-type' binding='global-binding' visibility='de… 7748 …PyDescr_NewClassMethod' mangled-name='PyDescr_NewClassMethod' filepath='Objects/descrobject.c' lin…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 166 EXPORT_FUNC(PyDescr_NewClassMethod)
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | descrobject.c | 640 PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method) in PyDescr_NewClassMethod() function
|
D | typeobject.c | 3743 descr = PyDescr_NewClassMethod(type, meth);
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | descrobject.c | 967 PyDescr_NewClassMethod(PyTypeObject *type, PyMethodDef *method) in PyDescr_NewClassMethod() function
|
D | typeobject.c | 5663 descr = PyDescr_NewClassMethod(type, meth); in type_add_method()
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 534 [function.PyDescr_NewClassMethod]
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 2172 meth = PyDescr_NewClassMethod(result, ml); in PyCSimpleType_new()
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 2145 meth = PyDescr_NewClassMethod(result, ml); in PyCSimpleType_new()
|