Home
last modified time | relevance | path

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

/third_party/python/Doc/includes/
H A Dtypestruct.h28 setattrofunc tp_setattro;
/third_party/python/Include/cpython/
H A Dobject.h175 setattrofunc tp_setattro;
/third_party/python/Objects/
H A Dweakrefobject.c738 (setattrofunc)proxy_setattr, /* tp_setattro */
772 (setattrofunc)proxy_setattr, /* tp_setattro */
H A Dtypeobject.c4413 (setattrofunc)type_setattro, /* tp_setattro */
6893 hackcheck(PyObject *self, setattrofunc func, const char *what) in hackcheck()
6940 setattrofunc func = (setattrofunc)wrapped; in wrap_setattr()
6957 setattrofunc func = (setattrofunc)wrapped; in wrap_delattr()
/third_party/python/Include/
H A Dobject.h217 typedef int (*setattrofunc)(PyObject *, PyObject *, PyObject *); typedef
/third_party/python/Modules/_decimal/
H A D_decimal.c700 (setattrofunc) 0, /* tp_setattro */
1862 (setattrofunc) 0, /* tp_setattro */
5015 (setattrofunc) 0, /* tp_setattro */
5701 (setattrofunc) context_setattr, /* tp_setattro */
/third_party/python/Modules/
H A D_threadmodule.c972 {Py_tp_setattro, (setattrofunc)local_setattro},

Completed in 23 milliseconds