PY-2858 Pull Up Abstract Method (finally!)

This commit is contained in:
Ilya.Kazakevich
2014-02-14 22:03:37 +04:00
parent 40f6fbe45c
commit b32156d3c5
59 changed files with 722 additions and 180 deletions

View File

@@ -0,0 +1,4 @@
from SuperClass import Parent
class Child(Parent):
def my_method(self, foo):
bar = foo