mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
Implement "from module import *" construct.
This commit is contained in:
@@ -39,6 +39,7 @@ mp_obj_t rt_getiter(mp_obj_t o);
|
||||
mp_obj_t rt_iternext(mp_obj_t o);
|
||||
mp_obj_t rt_import_name(qstr name, mp_obj_t fromlist, mp_obj_t level);
|
||||
mp_obj_t rt_import_from(mp_obj_t module, qstr name);
|
||||
void rt_import_all(mp_obj_t module);
|
||||
|
||||
struct _mp_map_t;
|
||||
struct _mp_map_t *rt_locals_get(void);
|
||||
|
||||
Reference in New Issue
Block a user