Files
codeql/python/extractor/tests/parser/exceptions.py

19 lines
125 B
Python

try:
a
b
except c as d:
e
f
except g:
h
i
except:
j
k
else:
l
m
finally:
n
o