Jim Fulton's change to support doc strings

This commit is contained in:
Jack Jansen 1995-06-20 12:26:03 +00:00
parent 1e054024c1
commit 9a69112f85
5 changed files with 30 additions and 4 deletions

View file

@ -1,4 +1,8 @@
static char $abbrev$_$method$__doc__[] =
""
;
static PyObject *
$abbrev$_$method$(self, args)
$abbrev$object *self;