Files
openide/python/testData/keywordCompletion/finallyInElse.after.py

8 lines
94 B
Python

def f():
try:
a = 1
except:
b = 1
else:
c = 1
finally: