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
/
try5.py
blob: 7ba7949125e8e17f56e523c768036d1c8d6a8bde (
plain
) (
blame
)
1
2
3
4
5
6
7
8
try: f() except A: g() except B as b: h() finally: i()