mirror of https://github.com/python/cpython
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
|
|
||
|
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);
|
||
|
}
|