1
0
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:
David Halter
2012-07-12 00:37:55 +02:00
parent 9b09e11114
commit b840648ef3
4 changed files with 47 additions and 21 deletions

View File

@@ -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()
#? []