mirror of
https://github.com/python/cpython.git
synced 2025-11-15 08:01:29 +00:00
9 lines
189 B
Text
9 lines
189 B
Text
|
|
static object *
|
|
$abbrev$_getattr(self, name)
|
|
$abbrev$object *self;
|
|
char *name;
|
|
{
|
|
/* XXXX Add your own getattr code here */
|
|
return findmethod($abbrev$_methods, (object *)self, name);
|
|
}
|