Lines Matching refs:TextIOBase
1296 class TextIOBase(IOBase):1330 Separate the underlying buffer from the TextIOBase and return it.1359 io.TextIOBase.register(TextIOBase)1447 class TextIOWrapper(TextIOBase):