Home
last modified time | relevance | path

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

/third_party/python/Doc/includes/
Dtypestruct.h11 setattrfunc tp_setattr;
/third_party/python/Modules/
Dxxmodule.c111 (setattrfunc)Xxo_setattr, /*tp_setattr*/
D_cursesmodule.c2580 (setattrfunc)0, /*tp_setattr*/
/third_party/python/Include/cpython/
Dobject.h201 setattrfunc tp_setattr;
/third_party/python/Include/
Dobject.h204 typedef int (*setattrfunc)(PyObject *, char *, PyObject *); typedef
/third_party/python/Doc/data/
Dstable_abi.dat852 type,setattrfunc,3.2,
/third_party/python/Modules/_decimal/
D_decimal.c687 (setattrfunc) 0, /* tp_setattr */
1814 (setattrfunc) 0, /* tp_setattr */
4848 (setattrfunc) 0, /* tp_setattr */
5534 (setattrfunc) 0, /* tp_setattr */
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1920 (setattrfunc)0, /* tp_setattr */ in SwigPyObject_TypeOnce()
2108 (setattrfunc)0, /* tp_setattr */ in SwigPyPacked_TypeOnce()
5287 (setattrfunc) swig_varlink_setattr, /* tp_setattr */ in swig_varlink_type()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1942 (setattrfunc)0, /* tp_setattr */ in SwigPyObject_TypeOnce()
2129 (setattrfunc)0, /* tp_setattr */ in SwigPyPacked_TypeOnce()
5323 (setattrfunc) swig_varlink_setattr, /* tp_setattr */ in swig_varlink_type()
/third_party/python/Doc/c-api/
Dtypeobj.rst57 …| (:c:member:`~PyTypeObject.tp_setattr`) | :c:type:`setattrfunc` | __setattr__…
367 | :c:type:`setattrfunc` | .. line-block:: | int |
770 .. c:member:: setattrfunc PyTypeObject.tp_setattr
2510 .. c:type:: int (*setattrfunc)(PyObject *self, char *attr, PyObject *value)
/third_party/python/Misc/
Dstable_abi.txt238 typedef setattrfunc
/third_party/python/Doc/extending/
Dnewtypes.rst215 setattrfunc tp_setattr;