Searched refs:setattrofunc (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Doc/includes/ |
H A D | typestruct.h | 28 setattrofunc tp_setattro;
|
/third_party/python/Include/cpython/ |
H A D | object.h | 175 setattrofunc tp_setattro;
|
/third_party/python/Objects/ |
H A D | weakrefobject.c | 738 (setattrofunc)proxy_setattr, /* tp_setattro */ 772 (setattrofunc)proxy_setattr, /* tp_setattro */
|
H A D | typeobject.c | 4413 (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 D | object.h | 217 typedef int (*setattrofunc)(PyObject *, PyObject *, PyObject *); typedef
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 700 (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.c | 972 {Py_tp_setattro, (setattrofunc)local_setattro},
|
Completed in 23 milliseconds