forked from VimPlug/jedi
trying to fix the getattr mess with compiled
This commit is contained in:
@@ -339,7 +339,7 @@ class Wrapper2():
|
||||
return getattr(Base(), name)
|
||||
|
||||
#? int()
|
||||
Wrapper(Base()).ret(3)
|
||||
Wrapper(Base()).ret
|
||||
|
||||
#? int()
|
||||
Wrapper2(Base()).ret(3)
|
||||
|
||||
Reference in New Issue
Block a user