Home
last modified time | relevance | path

Searched refs:setattrofunc (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Doc/includes/
Dtypestruct.h28 setattrofunc tp_setattro;
/third_party/python/Objects/
Dweakrefobject.c762 (setattrofunc)proxy_setattr, /* tp_setattro */
796 (setattrofunc)proxy_setattr, /* tp_setattro */
Dtypeobject.c4343 (setattrofunc)type_setattro, /* tp_setattro */
6735 hackcheck(PyObject *self, setattrofunc func, const char *what) in hackcheck()
6782 setattrofunc func = (setattrofunc)wrapped; in wrap_setattr()
6799 setattrofunc func = (setattrofunc)wrapped; in wrap_delattr()
/third_party/python/Include/cpython/
Dobject.h218 setattrofunc tp_setattro;
/third_party/python/Include/
Dobject.h205 typedef int (*setattrofunc)(PyObject *, PyObject *, PyObject *); typedef
/third_party/python/Doc/data/
Dstable_abi.dat853 type,setattrofunc,3.2,
/third_party/python/Modules/_decimal/
D_decimal.c697 (setattrofunc) 0, /* tp_setattro */
1824 (setattrofunc) 0, /* tp_setattro */
4858 (setattrofunc) 0, /* tp_setattro */
5544 (setattrofunc) context_setattr, /* tp_setattro */
/third_party/python/Modules/
D_threadmodule.c970 {Py_tp_setattro, (setattrofunc)local_setattro},
/third_party/python/Doc/c-api/
Dtypeobj.rst79 …| :c:member:`~PyTypeObject.tp_setattro` | :c:type:`setattrofunc` | __setattr__…
378 | :c:type:`setattrofunc` | .. line-block:: | int |
966 .. c:member:: setattrofunc PyTypeObject.tp_setattro
2521 .. c:type:: int (*setattrofunc)(PyObject *self, PyObject *attr, PyObject *value)
/third_party/python/Doc/extending/
Dnewtypes.rst218 setattrofunc tp_setattro;
/third_party/python/Misc/
Dstable_abi.txt240 typedef setattrofunc