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
/
basics
/
builtin_locals.py
blob: 3689216ef671d7be3f0f182cd2d03e339ae75152 (
plain
)
1
2
3
4
# test builtin locals()
x
=
123
print
(
locals
()[
'x'
])