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