#changed all email address to go through python.org
[python/dscho.git] / Tools / modulator / Templates / object_tp_setattr
blob2e47f5f8b7c7ad445d2f5fb50f45805723492711
2 static int
3 $abbrev$_setattr(self, name, v)
4         $abbrev$object *self;
5         char *name;
6         PyObject *v;
8         /* XXXX Add your own setattr code here */
9         return -1;