mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Remove unused PyTypeFromUsedAttributesHelper and its tests
This commit is contained in:
+5
-5
@@ -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>
|
||||
Reference in New Issue
Block a user