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

3 lines
46 B
Python

def foo(a):
<selection>print(a)</selection>