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
/
tests
/
basics
/
pkg3
/
mod1.py
blob: 28a0f5bf10ebd613bdd38a66495c78f2a25d7ae7 (
plain
) (
blame
)
1
2
print("mod1 __name__:", __name__) from . import mod2