1
0
forked from VimPlug/jedi

iter replaces __iter__ calls

This commit is contained in:
David Halter
2012-05-03 23:00:02 +02:00
parent 9f8e0f46f6
commit ec2e0b28cf
4 changed files with 36 additions and 24 deletions

View File

@@ -67,3 +67,13 @@ def a():
func_b
#? ['real']
l.real
# -----------------
# *args / ** kwargs
# -----------------
def args_func(*args):
return args
#? ['real']
args_func(1)[0].real