Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Ddescriptor.rst18 .. c:function:: PyObject* PyDescr_NewGetSet(PyTypeObject *type, struct PyGetSetDef *getset)
/third_party/python/Include/
Ddescrobject.h91 PyAPI_FUNC(PyObject *) PyDescr_NewGetSet(PyTypeObject *,
/third_party/python/PC/
Dpython3dll.c163 EXPORT_FUNC(PyDescr_NewGetSet)
/third_party/python/Doc/data/
Dstable_abi.dat86 function,PyDescr_NewGetSet,3.2,
Drefcounts.dat473 PyDescr_NewGetSet:PyObject*::+1:
474 PyDescr_NewGetSet:PyTypeObject*:type:+1:
475 PyDescr_NewGetSet:PyGetSetDef*:getset::
/third_party/python/Objects/
Ddescrobject.c971 PyDescr_NewGetSet(PyTypeObject *type, PyGetSetDef *getset) in PyDescr_NewGetSet() function
Dtypeobject.c5667 PyObject *descr = PyDescr_NewGetSet(type, gsp); in type_add_getset()
/third_party/python/Modules/
Dpyexpat.c1608 PyObject *descr = PyDescr_NewGetSet(state->xml_parse_type, &hi->getset); in init_handler_descrs()
/third_party/python/Misc/
Dstable_abi.txt446 function PyDescr_NewGetSet
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c5601 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/
Dlibwebp_python_wrap.c5568 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.c1462 descr = PyDescr_NewGetSet(type, gsp); in add_getset()