Files for 2.1b1 distribution.
[python/dscho.git] / Tools / modulator / Templates / object_tp_call
blobbe4cc4bfa35025998a1dac37eaf2bccde9822923
2 static PyObject *
3 $abbrev$_call(self, args, kwargs)
4         $abbrev$object *self;
5         PyObject *args;
6         PyObject *kwargs;
8         /* XXXX Return the result of calling self with argument args */