Files
openide/python/testData/copyPaste/multiLine/IndentFunction.dst.py
T

8 lines
88 B
Python

class C:
def foo(self):
y = 2
<caret>
def bar(self):
y = 2