mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +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