index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
bytecode
/
mp-tests
/
scope0.py
blob: 5d81345ea4ab1201b55bcb79b9c24e3f694666e1 (
plain
)
1
2
3
4
5
6
7
x
=
1
print
(
x
)
# local store after load
def
f
():
print
(
x
)
x
=
1