index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
unix
/
coverage-frzmpy
/
frzmpy_pkg2
/
mod.py
blob: a66b505bf6b3f996e0f632ddc14fe9eb2c091c94 (
plain
) (
blame
)
1
2
3
4
# test frozen package without __init__.py print('frzmpy_pkg2.mod') class Foo: x = 1