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

5 lines
79 B
Python

class C:
<selection> def foo(self):
x = 1
y = 2
</selection>