Remove unused PyTypeFromUsedAttributesHelper and its tests

This commit is contained in:
Mikhail Golubev
2015-01-14 16:37:18 +03:00
parent a1a23af2cf
commit b0881f93f7
8 changed files with 56 additions and 657 deletions
@@ -8,8 +8,8 @@ class MyClass(Base):
def other_method(self):
pass
x = undefined()
x.__init__()
print(x.name)
x.unique_method()
x.<caret>
def func(x):
x.__init__()
print(x.name)
x.unique_method()
x.<caret>