forked from VimPlug/jedi
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