micropython/tests/import
Damien George 23f0691fdd py/persistentcode: Make .mpy more compact with qstr directly in prelude.
Instead of encoding 4 zero bytes as placeholders for the simple_name and
source_file qstrs, and storing the qstrs after the bytecode, store the
qstrs at the location of these 4 bytes.  This saves 4 bytes per bytecode
function stored in a .mpy file (for example lcd160cr.mpy drops by 232
bytes, 4x 58 functions).  And resulting code size is slightly reduced on
ports that use this feature.
2019-10-15 16:56:27 +11:00
..
pkg
pkg2
pkg3
pkg6
pkg7
pkg8
builtin_import.py
gen_context.py
gen_context2.py
import1a.py
import1b.py
import2a.py
import3a.py
import_file.py
import_long_dyn.py
import_long_dyn2.py
import_override.py
import_pkg1.py
import_pkg2.py
import_pkg3.py
import_pkg4.py
import_pkg5.py
import_pkg6.py
import_pkg7.py
import_pkg8.py
import_star_error.py py/compile: Disallow 'import *' outside module level. 2019-10-04 16:46:47 +10:00
module_getattr.py
module_getattr.py.exp
mpy_invalid.py
mpy_invalid.py.exp
mpy_native.py py/persistentcode: Make .mpy more compact with qstr directly in prelude. 2019-10-15 16:56:27 +11:00
mpy_native.py.exp
rel_import_inv.py
try_module.py