checkin of Jack's original version

This commit is contained in:
Guido van Rossum 1995-03-02 14:05:29 +00:00
parent df804f8591
commit d211220cd2
27 changed files with 1525 additions and 0 deletions

View file

@ -0,0 +1,12 @@
static object *
$abbrev$_$method$(self, args)
object *self; /* Not used */
object *args;
{
if (!newgetargs(args, ""))
return NULL;
INCREF(None);
return None;
}