Files
openide/python/testData/refactoring/extractsuperclass/moveAndMakeAbstract/source_module.after.py
2014-02-17 17:38:40 +04:00

9 lines
145 B
Python

from dest_module import NewParent
class MyClass(NewParent):
def foo_method(self):
"""
Foo
"""
spam = "eggs"