Searched defs:TextIO (Results 1 – 2 of 2) sorted by relevance
2149 class TextIO(IO[str]): class2189 TextIO = TextIO variable in io
3960 def stuff(a: TextIO) -> str: