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