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
Files for 2.1b1 distribution.
[python/dscho.git]
/
Tools
/
modulator
/
Templates
/
object_tp_call
blob
be4cc4bfa35025998a1dac37eaf2bccde9822923
1
2
static PyObject *
3
$abbrev$_call(self, args, kwargs)
4
$abbrev$object *self;
5
PyObject *args;
6
PyObject *kwargs;
7
{
8
/* XXXX Return the result of calling self with argument args */
9
}
10