Lines Matching refs:TextIO
1450 """Generic base class for TextIO and BinaryIO.1456 append-only, unbuffered). The TextIO and BinaryIO subclasses1559 class TextIO(IO[str]):1585 def __enter__(self) -> 'TextIO':1592 __all__ = ['IO', 'TextIO', 'BinaryIO']1594 TextIO = TextIO