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

4 lines
80 B
Python

def foo():
def f(x):
return x
<selection>return f(1)</selection>