mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-21 03:48:27 +08:00
Fix remaining issues with FakeDict.
This commit is contained in:
@@ -327,6 +327,15 @@ exe[3]
|
||||
#? set
|
||||
exe[3]['c']
|
||||
|
||||
|
||||
def kwargs_iteration(**kwargs):
|
||||
return kwargs
|
||||
|
||||
for x in kwargs_iteration(d=3):
|
||||
#? float()
|
||||
{'d': 1.0, 'c': '1'}[x]
|
||||
|
||||
|
||||
# -----------------
|
||||
# nested *args
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user