mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
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