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