Searched refs:PyDescr_NewGetSet (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Include/ |
D | descrobject.h | 79 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *,
|
/external/python/cpython3/Doc/c-api/ |
D | descriptor.rst | 18 .. c:function:: PyObject* PyDescr_NewGetSet(PyTypeObject *type, struct PyGetSetDef *getset)
|
/external/python/cpython2/Doc/c-api/ |
D | descriptor.rst | 19 .. c:function:: PyObject* PyDescr_NewGetSet(PyTypeObject *type, struct PyGetSetDef *getset)
|
/external/python/cpython3/Include/ |
D | descrobject.h | 90 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *,
|
/external/python/cpython3/PC/ |
D | python3.def | 84 PyDescr_NewGetSet=python37.PyDescr_NewGetSet
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 184 PyDescr_NewGetSet:PyObject*::+1: 185 PyDescr_NewGetSet:PyTypeObject*:type:: 186 PyDescr_NewGetSet:PyGetSetDef*:getset::
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 260 "PyDescr_NewGetSet"
|
/external/python/cpython2/Objects/ |
D | descrobject.c | 664 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) in PyDescr_NewGetSet() function
|
D | typeobject.c | 3795 descr = PyDescr_NewGetSet(type, gsp);
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 445 PyDescr_NewGetSet:PyObject*::+1: 446 PyDescr_NewGetSet:PyTypeObject*:type:+1: 447 PyDescr_NewGetSet:PyGetSetDef*:getset::
|
/external/python/cpython3/Objects/ |
D | descrobject.c | 777 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) in PyDescr_NewGetSet() function
|
D | typeobject.c | 4848 descr = PyDescr_NewGetSet(type, gsp); in add_getset()
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 1368 descr = PyDescr_NewGetSet(type, gsp); in add_getset()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 1431 descr = PyDescr_NewGetSet(type, gsp); in add_getset()
|