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
/
import
/
pkg3
/
mod2.py
blob: 67f43bad5217f0e98af1b29959bd0d5671dde026 (
plain
) (
blame
)
1
2
3
4
5
print("mod2 __name__:", __name__) print("in mod2") def foo(): print("mod2.foo()")