Home
last modified time | relevance | path

Searched refs:tp_descr_set (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Doc/includes/
H A Dtypestruct.h64 descrsetfunc tp_descr_set; member
/third_party/python/Include/cpython/
H A Dobject.h211 descrsetfunc tp_descr_set; member
/third_party/python/Objects/
H A Dtypeobject.c2356 func = Py_TYPE(descr)->tp_descr_set; in subtype_setdict()
3933 /* Data descriptors implement tp_descr_set to intercept in type_getattro()
4431 0, /* tp_descr_set */
5643 0, /* tp_descr_set */
6019 COPYSLOT(tp_descr_set); in inherit_slots()
8079 TPSLOT("__set__", tp_descr_set, slot_tp_descr_set, wrap_descr_set,
8081 TPSLOT("__delete__", tp_descr_set, slot_tp_descr_set,
8332 * corresponding to that slot (for example, for tp_descr_set, this would be
9214 0, /* tp_descr_set */
H A Dobject.c1396 f = Py_TYPE(descr)->tp_descr_set; in _PyObject_GenericSetAttrWithDict()
1720 0, /*tp_descr_set */
1821 0, /*tp_descr_set */
H A Ddescrobject.c746 0, /* tp_descr_set */
784 0, /* tp_descr_set */
821 (descrsetfunc)member_set, /* tp_descr_set */
858 (descrsetfunc)getset_set, /* tp_descr_set */
896 0, /* tp_descr_set */
1019 return Py_TYPE(ob)->tp_descr_set != NULL; in PyDescr_IsData()
1446 0, /* tp_descr_set */
1917 0, /* tp_descr_set */
1960 property_descr_set, /* tp_descr_set */
/third_party/python/Python/
H A Dspecialize.c571 if (desc_cls->tp_descr_set) { in analyze_descriptor()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c1973 0, /* tp_descr_set */ in SwigPyObject_TypeOnce()
2160 0, /* tp_descr_set */ in SwigPyPacked_TypeOnce()
2969 f = descr->ob_type->tp_descr_set; in SWIG_Python_NonDynamicSetAttr()

Completed in 27 milliseconds