mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
9 lines
196 B
Text
9 lines
196 B
Text
|
|
static PyObject *
|
|
$abbrev$_getattr(self, name)
|
|
$abbrev$object *self;
|
|
char *name;
|
|
{
|
|
/* XXXX Add your own getattr code here */
|
|
return Py_FindMethod($abbrev$_methods, (PyObject *)self, name);
|
|
}
|