forked from VimPlug/jedi
4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
class TextIOWrapper():
|
|
def __next__(self):
|
|
return ''
|