Searched refs:TextIO (Results 1 – 5 of 5) sorted by relevance
13 from typing.io import BinaryIO, TextIO119 errors: str = 'strict') -> TextIO:
1559 class TextIO(IO[str]): class1594 TextIO = TextIO variable in io
22 from typing import IO, TextIO, BinaryIO2561 def stuff(a: TextIO) -> str: argument2576 from typing.io import IO, TextIO, BinaryIO, __all__, __name__2578 self.assertIs(TextIO, typing.TextIO)
798 TextIO801 Generic type ``IO[AnyStr]`` and its subclasses ``TextIO(IO[str])``
875 This function returns a ``typing.TextIO`` instance, a text I/O stream open