Split method overriding inspection tests

This commit is contained in:
Andrey Vlasovskikh
2013-02-18 18:25:15 +04:00
parent d870894314
commit 5b471c80af
15 changed files with 218 additions and 149 deletions
@@ -0,0 +1,7 @@
class B:
pass
class C(B):
def foo(self):
pass