Kaydet (Commit) 8d2033f0 authored tarafından Jack Jansen's avatar Jack Jansen

Two new methods

üst 5214a297
static PyObject *
$abbrev$_call(self, args)
$abbrev$object *self;
PyObject *args;
{
/* XXXX Return the result of calling self with argument args */
}
static PyObject *
$abbrev$_str(self)
$abbrev$object *self;
{
PyObject *s;
/* XXXX Add code here to put self into s */
return s;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment