mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-29 08:26:53 +08:00
Fix: iterators are working smoothly now. Finally tests are passing again.
This commit is contained in:
@@ -120,7 +120,7 @@ def gen():
|
||||
a, b = next(gen())
|
||||
#? int()
|
||||
a
|
||||
#? str()
|
||||
#? str() float()
|
||||
b
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user