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

7 lines
114 B
Python

def f():
a = 1
b = 1
<selection>puts(a + b * 123)
print("Hello from extract method")</selection>