mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-28 16:02:18 +08:00
list(open().read()) should work now, fixes #412.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
class TextIOWrapper():
|
||||
def __next__(self):
|
||||
return 'hacked io return'
|
||||
return str()
|
||||
|
||||
def __iter__(self):
|
||||
yield str()
|
||||
|
||||
Reference in New Issue
Block a user