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
/
bytecode
/
mp-tests
/
setcomp1.py
blob: 82927f5d19035dedb04094ed532380caaa4dcb1f (
plain
) (
blame
)
1
2
x = {a for a in l} x = {a + b for a, b in l if b}