forked from VimPlug/jedi
renamed fake/_io.pym to io.pym and fixed some other 'fake' issues
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class TextIOWrapper():
|
||||
def __next__(self):
|
||||
return 'hacked io return'
|
||||
Reference in New Issue
Block a user