forked from VimPlug/jedi
dynamic param completion works now better with subcalls of statements
This commit is contained in:
@@ -25,6 +25,10 @@ def func(a):
|
||||
#?
|
||||
return a
|
||||
|
||||
def func(a):
|
||||
#? float()
|
||||
return a
|
||||
str(func(1.0))
|
||||
|
||||
# -----------------
|
||||
# *args, **args
|
||||
|
||||
Reference in New Issue
Block a user