mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-06 02:47:38 +08:00
exception throw fix
This commit is contained in:
@@ -113,8 +113,8 @@ def kwargs_func(**kwargs):
|
||||
return kwargs
|
||||
|
||||
exe = kwargs_func(a=3,b=4)
|
||||
#? []
|
||||
exe.
|
||||
#? ['items']
|
||||
exe.items
|
||||
|
||||
# -----------------
|
||||
# *args / ** kwargs
|
||||
|
||||
Reference in New Issue
Block a user