repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apparently the code to forestall Tk eating events was too aggressive (Tk user input...
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_getattr
blob
8e42aea964d27131401c83cd89acb7262d312724
1
2
static PyObject *
3
$abbrev$_getattr(self, name)
4
$abbrev$object *self;
5
char *name;
6
{
7
/* XXXX Add your own getattr code here */
8
return Py_FindMethod($abbrev$_methods, (PyObject *)self, name);
9
}