mirror of
https://github.com/python/cpython.git
synced 2024-11-29 00:56:12 +01:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
|
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);
|
|
}
|