mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
"Compiling" version
This commit is contained in:
parent
226d79eb4a
commit
3f5da24ea3
72 changed files with 3363 additions and 2061 deletions
|
@ -1,5 +1,7 @@
|
|||
/* Module definition and import interface */
|
||||
|
||||
object *new_module PROTO((char *name));
|
||||
object *import_module PROTO((struct _context *ctx, char *name));
|
||||
object *reload_module PROTO((struct _context *ctx, object *m));
|
||||
object *get_modules PROTO((void));
|
||||
object *add_module PROTO((char *name));
|
||||
object *import_module PROTO((char *name));
|
||||
object *reload_module PROTO((object *m));
|
||||
void doneimport PROTO((void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue