Files
openide/python/testData/copyPaste/MethodInClass.after.py
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