mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Fix an issue with dict lookups.
This commit is contained in:
@@ -120,7 +120,7 @@ def gen():
|
||||
a, b = next(gen())
|
||||
#? int()
|
||||
a
|
||||
#? str() float()
|
||||
#? str()
|
||||
b
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user