Home
last modified time | relevance | path

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

/third_party/python/Doc/includes/
Dtypestruct.h61 descrsetfunc tp_descr_set; member
/third_party/python/Include/
Ddescrobject.h96 #define PyDescr_IsData(d) (Py_TYPE(d)->tp_descr_set != NULL)
/third_party/python/Objects/
Dtypeslots.inc56 offsetof(PyHeapTypeObject, ht_type.tp_descr_set),
Dobject.c1309 f = Py_TYPE(descr)->tp_descr_set; in _PyObject_GenericSetAttrWithDict()
Dtypeobject.c2206 func = Py_TYPE(descr)->tp_descr_set; in subtype_setdict()
5338 COPYSLOT(tp_descr_set); in inherit_slots()
7163 TPSLOT("__set__", tp_descr_set, slot_tp_descr_set, wrap_descr_set,
7165 TPSLOT("__delete__", tp_descr_set, slot_tp_descr_set,
/third_party/python/Include/cpython/
Dobject.h255 descrsetfunc tp_descr_set; member
/third_party/boost/libs/python/src/object/
Dclass.cpp244 return Py_TYPE(a)->tp_descr_set(a, obj, value); in class_setattro()
/third_party/python/Doc/c-api/
Dtypeobj.rst117 …| :c:member:`~PyTypeObject.tp_descr_set` | :c:type:`descrsetfunc` | __set__, …
1573 .. c:member:: descrsetfunc PyTypeObject.tp_descr_set
1580 int tp_descr_set(PyObject *self, PyObject *obj, PyObject *value);
2509 0, /* tp_descr_set */
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2969 f = descr->ob_type->tp_descr_set; in SWIG_Python_NonDynamicSetAttr()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2948 f = descr->ob_type->tp_descr_set; in SWIG_Python_NonDynamicSetAttr()