forked from VimPlug/jedi
big change to make param transfer possible. always. this also makes scopes in many places redundant.
This commit is contained in:
@@ -60,7 +60,7 @@ TestClass().ret(1).real
|
||||
#? ['real']
|
||||
inst.ret(1).real
|
||||
|
||||
myclass = TestClass(1, '')
|
||||
myclass = TestClass(1, '', 3.0)
|
||||
#? int()
|
||||
myclass.get_first()
|
||||
#? []
|
||||
|
||||
Reference in New Issue
Block a user