mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-03 10:43:26 +08:00
resolved parent issue of params -> generators working now! / fixed path problem with tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
def next(iterator, default=None):
|
||||
def next(iterator, default=1):
|
||||
if hasattr("next"):
|
||||
return iterator.next()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user