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

4 lines
63 B
Python

class Child(object):
def foo(self):
self.eggs = 12