Home
last modified time | relevance | path

Searched refs:Xxo_setattr (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dxxmodule.c79 Xxo_setattr(XxoObject *self, char *name, PyObject *v) in Xxo_setattr() function
108 (setattrfunc)Xxo_setattr, /*tp_setattr*/
/external/python/cpython3/Modules/
Dxxmodule.c79 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr() function
108 (setattrfunc)Xxo_setattr, /*tp_setattr*/
Dxxlimited.c91 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) in Xxo_setattr() function
114 {Py_tp_setattr, Xxo_setattr},