Searched refs:PyDescr_NewGetSet (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Doc/c-api/ |
D | descriptor.rst | 18 .. c:function:: PyObject* PyDescr_NewGetSet(PyTypeObject *type, struct PyGetSetDef *getset)
|
/third_party/python/Include/ |
D | descrobject.h | 91 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *,
|
/third_party/python/PC/ |
D | python3dll.c | 163 EXPORT_FUNC(PyDescr_NewGetSet)
|
/third_party/python/Doc/data/ |
D | stable_abi.dat | 86 function,PyDescr_NewGetSet,3.2,
|
D | refcounts.dat | 473 PyDescr_NewGetSet:PyObject*::+1: 474 PyDescr_NewGetSet:PyTypeObject*:type:+1: 475 PyDescr_NewGetSet:PyGetSetDef*:getset::
|
/third_party/python/Objects/ |
D | descrobject.c | 971 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) in PyDescr_NewGetSet() function
|
D | typeobject.c | 5667 PyObject *descr = PyDescr_NewGetSet(type, gsp); in type_add_getset()
|
/third_party/python/Modules/ |
D | pyexpat.c | 1608 PyObject *descr = PyDescr_NewGetSet(state->xml_parse_type, &hi->getset); in init_handler_descrs()
|
/third_party/python/Misc/ |
D | stable_abi.txt | 446 function PyDescr_NewGetSet
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 5601 this_descr = PyDescr_NewGetSet(SwigPyObject_type(), &this_getset_def); in SWIG_init() 5605 thisown_descr = PyDescr_NewGetSet(SwigPyObject_type(), &thisown_getset_def); in SWIG_init()
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 5568 this_descr = PyDescr_NewGetSet(SwigPyObject_type(), &this_getset_def); in SWIG_init() 5572 thisown_descr = PyDescr_NewGetSet(SwigPyObject_type(), &thisown_getset_def); in SWIG_init()
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 1462 descr = PyDescr_NewGetSet(type, gsp); in add_getset()
|