1
0
forked from VimPlug/jedi

self redirection solved

This commit is contained in:
David Halter
2012-05-25 13:58:52 +02:00
parent 37f66f53c5
commit ffb233eac1
6 changed files with 56 additions and 32 deletions

View File

@@ -136,10 +136,8 @@ def args_func(arg1, *args):
exe = args_func(1, "", list)
#? int()
exe[0]
#? tuple()
exe[1].index
exe[1]
#? list()
exe[1][1]