Files
openide/python/testData/refactoring/extractsuperclass/withSuper.before.py

6 lines
97 B
Python

class Foo(object):
def bar(self):
print "foo"
def foo(self):
print "bar"