Home
last modified time | relevance | path

Searched refs:PyDescr_NewGetSet (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Include/
Ddescrobject.h79 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *,
/external/python/cpython3/Doc/c-api/
Ddescriptor.rst18 .. c:function:: PyObject* PyDescr_NewGetSet(PyTypeObject *type, struct PyGetSetDef *getset)
/external/python/cpython2/Doc/c-api/
Ddescriptor.rst19 .. c:function:: PyObject* PyDescr_NewGetSet(PyTypeObject *type, struct PyGetSetDef *getset)
/external/python/cpython3/Include/
Ddescrobject.h90 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *,
/external/python/cpython3/PC/
Dpython3.def84 PyDescr_NewGetSet=python37.PyDescr_NewGetSet
/external/python/cpython2/Doc/data/
Drefcounts.dat184 PyDescr_NewGetSet:PyObject*::+1:
185 PyDescr_NewGetSet:PyTypeObject*:type::
186 PyDescr_NewGetSet:PyGetSetDef*:getset::
/external/python/cpython2/PC/os2emx/
Dpython27.def260 "PyDescr_NewGetSet"
/external/python/cpython2/Objects/
Ddescrobject.c664 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) in PyDescr_NewGetSet() function
Dtypeobject.c3795 descr = PyDescr_NewGetSet(type, gsp);
/external/python/cpython3/Doc/data/
Drefcounts.dat445 PyDescr_NewGetSet:PyObject*::+1:
446 PyDescr_NewGetSet:PyTypeObject*:type:+1:
447 PyDescr_NewGetSet:PyGetSetDef*:getset::
/external/python/cpython3/Objects/
Ddescrobject.c777 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) in PyDescr_NewGetSet() function
Dtypeobject.c4848 descr = PyDescr_NewGetSet(type, gsp); in add_getset()
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c1368 descr = PyDescr_NewGetSet(type, gsp); in add_getset()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c1431 descr = PyDescr_NewGetSet(type, gsp); in add_getset()