Files
openide/python/testData/copyPaste/Indent2.src.py
T

5 lines
79 B
Python

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