Home
last modified time | relevance | path

Searched refs:mp_import_all (Results 1 – 5 of 5) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dnativeglue.c297 mp_import_all,
H A Druntime.h166 void mp_import_all(mp_obj_t module);
H A Ddynruntime.h208 #define mp_import_all(module) \ macro
H A Dvm.c1296 mp_import_all(POP()); in mp_execute_bytecode()
H A Druntime.c1453 void mp_import_all(mp_obj_t module) { in mp_import_all() function