1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
semantic/test/fixtures/python/corpus/try-statement.A.py

23 lines
122 B
Python
Raw Normal View History

2017-06-07 03:08:20 +03:00
try:
a
b
2017-06-07 03:08:20 +03:00
except b:
c
d
2017-06-07 03:08:20 +03:00
except d as e:
f
g
2017-06-07 03:08:20 +03:00
except g, h:
i
j
2017-06-07 03:08:20 +03:00
except:
j
k
2017-06-07 03:08:20 +03:00
try:
a
b
2017-06-07 03:08:20 +03:00
finally:
a
2017-06-07 03:08:20 +03:00
b