mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Jim Fulton's change to support doc strings
This commit is contained in:
parent
1e054024c1
commit
9a69112f85
5 changed files with 30 additions and 4 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
static char $abbrev$_$method$__doc__[] =
|
||||
""
|
||||
;
|
||||
|
||||
static PyObject *
|
||||
$abbrev$_$method$(self, args)
|
||||
$abbrev$object *self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue