Files
openide/python/testData/copyPaste/multiLine/IndentInnerFunction1.dst.py

5 lines
56 B
Python

def foo(self):
x = 1
y = 2
<caret>
z = 3