mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
10 lines
153 B
Text
10 lines
153 B
Text
|
|
static int
|
|
$abbrev$_setattr(self, name, v)
|
|
$abbrev$object *self;
|
|
char *name;
|
|
PyObject *v;
|
|
{
|
|
/* XXXX Add your own setattr code here */
|
|
return -1;
|
|
}
|