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