1
0
forked from VimPlug/jedi

tests again -> complicated working

This commit is contained in:
David Halter
2012-05-07 23:31:33 +02:00
parent bf3ec37b40
commit ff9ef84a84
3 changed files with 12 additions and 6 deletions

View File

@@ -155,5 +155,15 @@ def fu(a=1, b="", *args, **kwargs):
exe = fu(list, 1, "", c=set)
##? ['append']
exe[0].
#? ['append']
exe[0].append
#? ['real']
exe[1].real
#? ['index']
exe[2].index
#? ['upper']
exe[2][0].upper
#? ['items']
exe[3].items
#? ['union']
exe[3]['c'].union