forked from VimPlug/jedi
fix for #51
This commit is contained in:
@@ -188,6 +188,11 @@ exe['b']
|
||||
#? int() float()
|
||||
exe['c']
|
||||
|
||||
exe2 = kwargs_func(**{a:3,
|
||||
b:4.0})
|
||||
#? int()
|
||||
exe2['a']
|
||||
|
||||
# -----------------
|
||||
# *args / ** kwargs
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user