Home
last modified time | relevance | path

Searched refs:PyDescr_NewMethod (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Ddescrobject.h27 PyAPI_FUNC(PyObject *) PyDescr_NewMethod(PyTypeObject *, PyMethodDef *);
/external/python/cpython3/Doc/c-api/
Ddescriptor.rst24 .. c:function:: PyObject* PyDescr_NewMethod(PyTypeObject *type, struct PyMethodDef *meth)
/external/python/cpython3/PC/
Dpython3dll.c172 EXPORT_FUNC(PyDescr_NewMethod)
/external/python/cpython3/Doc/data/
Dstable_abi.dat98 func,PyDescr_NewMethod,3.2,,
Drefcounts.dat496 PyDescr_NewMethod:PyObject*::+1:
497 PyDescr_NewMethod:PyTypeObject*:type:+1:
498 PyDescr_NewMethod:PyMethodDef*:meth::
Dpython3.13.abi131 …<elf-symbol name='PyDescr_NewMethod' type='func-type' binding='global-binding' visibility='default…
6242PyDescr_NewMethod' mangled-name='PyDescr_NewMethod' filepath='Objects/descrobject.c' line='926' co…
/external/python/cpython3/Objects/
Ddescrobject.c926 PyDescr_NewMethod(PyTypeObject *type, PyMethodDef *method) in PyDescr_NewMethod() function
Dtypeobject.c7299 descr = PyDescr_NewMethod(type, meth); in type_add_method()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a5.rst1227 :c:func:`PyDescr_NewMethod` and :c:func:`PyCFunction_NewEx` now include the
/external/python/cpython3/Misc/
Dstable_abi.toml545 [function.PyDescr_NewMethod]