Home | History | Annotate | Download | only in python2.7

Lines Matching refs:RawIOBase

527 class RawIOBase(IOBase):
587 io.RawIOBase.register(RawIOBase)
589 RawIOBase.register(FileIO)
596 The main difference with RawIOBase is that the read() method
605 A typical implementation should not inherit from a RawIOBase
1126 raise RuntimeError("self.raw should implement RawIOBase: it "
1159 reader and writer are RawIOBase objects that are readable and