Files
openide/python/testData/refactoring/extractmethod/TryFinally.before.py
T

7 lines
100 B
Python

def foo(x):
<selection>try:
print(1)
finally:
pass</selection>
return x