0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 01:20:47 +01:00
cpython/Include/import.h

6 lines
215 B
C
Raw Normal View History

1990-10-14 13:07:46 +01:00
/* Module definition and import interface */
object *new_module PROTO((char *name));
object *import_module PROTO((struct _context *ctx, char *name));
1990-10-26 15:59:11 +01:00
object *reload_module PROTO((struct _context *ctx, object *m));