dynamic param completion works now better with subcalls of statements

This commit is contained in:
David Halter
2012-09-29 18:40:09 +02:00
parent 99cd894a7b
commit 445132d898
2 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,10 @@ def func(a):
#?
return a
def func(a):
#? float()
return a
str(func(1.0))
# -----------------
# *args, **args