mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +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;
|
||||
int func_argcount;
|
||||
object *func_argdefs;
|
||||
object *func_doc;
|
||||
} funcobject;
|
||||
|
||||
extern DL_IMPORT typeobject Functype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue