Files
openide/python/testData/copyPaste/MethodInClass.after.py
Ekaterina Tuzova 6aa655c180 logic for indenting after pasting does not based on copying now
PY-6884, PY-6965, PY-6966, PY-6907
2012-07-16 19:18:49 +04:00

6 lines
87 B
Python

class C:
def foo(self):
x = 1
y = 2
def bar(self):
pass