Lines Matching refs:RawIOBase
623 class RawIOBase(IOBase):
684 io.RawIOBase.register(RawIOBase)
686 RawIOBase.register(FileIO)
693 The main difference with RawIOBase is that the read() method
702 A typical implementation should not inherit from a RawIOBase
1308 raise RuntimeError("self.raw should implement RawIOBase: it "
1352 reader and writer are RawIOBase objects that are readable and
1491 class FileIO(RawIOBase):
1705 """Same as RawIOBase.readinto()."""