mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Added getmodulename() public interface.
This commit is contained in:
parent
738d4ddf81
commit
0558a205a3
2 changed files with 12 additions and 0 deletions
|
@ -7,3 +7,4 @@ extern typeobject Moduletype;
|
|||
extern object *newmoduleobject PROTO((char *));
|
||||
extern object *getmoduledict PROTO((object *));
|
||||
extern int setmoduledict PROTO((object *, object *));
|
||||
extern char *getmodulename PROTO((object *));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue