Searched defs:TextIO (Results 1 – 3 of 3) sorted by relevance
106 stream: t.Optional[t.TextIO] = None,306 stream: t.Optional[t.TextIO] = None,
2595 class TextIO(IO[str]): class2635 TextIO = TextIO variable in io
4323 def stuff(a: TextIO) -> str: