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

4 lines
83 B
Python

class C:
def foo(self):
<selection>for x in [1, 2]:
print x</selection>