index
:
micropython
docs/library/bluetooth
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
/
ports
/
unix
/
variants
/
coverage
/
frzstr
/
frzstr_pkg2
/
mod.py
blob: 9e256d9ea796e3e9175542a3556817bc7a85c2e4 (
plain
) (
blame
)
1
2
3
4
5
6
# test frozen package without __init__.py print("frzstr_pkg2.mod") class Foo: x = 1