diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-20 12:26:03 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-20 12:26:03 (GMT) |
commit | 9a69112f85a52e87a171aa3346b5406f794c74ed (patch) | |
tree | 84d3b73209bc1a1413f618ccca7b284f68c2771d /Tools/modulator/Templates/object_method | |
parent | 1e054024c12b478eab2c09aae10f1a6cc1d6fda3 (diff) | |
download | cpython-9a69112f85a52e87a171aa3346b5406f794c74ed.zip cpython-9a69112f85a52e87a171aa3346b5406f794c74ed.tar.gz cpython-9a69112f85a52e87a171aa3346b5406f794c74ed.tar.bz2 |
Jim Fulton's change to support doc strings
Diffstat (limited to 'Tools/modulator/Templates/object_method')
-rw-r--r-- | Tools/modulator/Templates/object_method | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/modulator/Templates/object_method b/Tools/modulator/Templates/object_method index 7ff5cea..9541494 100644 --- a/Tools/modulator/Templates/object_method +++ b/Tools/modulator/Templates/object_method @@ -1,4 +1,8 @@ +static char $abbrev$_$method$__doc__[] = +"" +; + static PyObject * $abbrev$_$method$(self, args) $abbrev$object *self; |