mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
added func_doc
This commit is contained in:
parent
9dc8d0e0a3
commit
0908bacfa5
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ typedef struct {
|
||||||
object *func_name;
|
object *func_name;
|
||||||
int func_argcount;
|
int func_argcount;
|
||||||
object *func_argdefs;
|
object *func_argdefs;
|
||||||
|
object *func_doc;
|
||||||
} funcobject;
|
} funcobject;
|
||||||
|
|
||||||
extern DL_IMPORT typeobject Functype;
|
extern DL_IMPORT typeobject Functype;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue