mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 01:38:36 +08:00
add _io mixin because that's what open in python3 returns
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
class TextIOWrapper():
|
||||||
|
def __next__(self):
|
||||||
|
return ''
|
||||||
Reference in New Issue
Block a user