Lines Matching refs:IOBase
256 class IOBase:
266 Even though IOBase does not declare read, readinto, or write because
278 IOBase (and its subclasses) support the iterator protocol, meaning
279 that an IOBase object can be iterated over yielding the lines in a
282 IOBase also supports the :keyword:`with` statement. In this example,
524 io.IOBase.register(IOBase)
527 class RawIOBase(IOBase):
592 class BufferedIOBase(IOBase):
1296 class TextIOBase(IOBase):