Searched refs:RawIOBase (Results 1 - 12 of 12) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dio.py9 Extending IOBase is RawIOBase which deals simply with the reading and
10 writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide
13 BufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its
44 __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
72 class RawIOBase(_io._RawIOBase, IOBase): class in inherits:_io._RawIOBase, IOBase
81 RawIOBase.register(FileIO)
H A D_pyio.py527 class RawIOBase(IOBase): class in inherits: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
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dio.py9 Extending IOBase is RawIOBase which deals simply with the reading and
10 writing of raw bytes to a stream. FileIO subclasses RawIOBase to provide
13 BufferedIOBase deals with buffering on a raw byte stream (RawIOBase). Its
44 __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
72 class RawIOBase(_io._RawIOBase, IOBase): class in inherits:_io._RawIOBase, IOBase
81 RawIOBase.register(FileIO)
H A D_pyio.py527 class RawIOBase(IOBase): class in inherits: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
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_io.py118 class CMockRawIOWithoutRead(MockRawIOWithoutRead, io.RawIOBase):
121 class PyMockRawIOWithoutRead(MockRawIOWithoutRead, pyio.RawIOBase):
135 class CMockRawIO(MockRawIO, io.RawIOBase):
138 class PyMockRawIO(MockRawIO, pyio.RawIOBase):
159 class CMisbehavedRawIO(MisbehavedRawIO, io.RawIOBase):
162 class PyMisbehavedRawIO(MisbehavedRawIO, pyio.RawIOBase):
174 class CCloseFailureIO(CloseFailureIO, io.RawIOBase):
177 class PyCloseFailureIO(CloseFailureIO, pyio.RawIOBase):
248 class CMockNonBlockWriterIO(MockNonBlockWriterIO, io.RawIOBase):
251 class PyMockNonBlockWriterIO(MockNonBlockWriterIO, pyio.RawIOBase)
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_io.py118 class CMockRawIOWithoutRead(MockRawIOWithoutRead, io.RawIOBase):
121 class PyMockRawIOWithoutRead(MockRawIOWithoutRead, pyio.RawIOBase):
135 class CMockRawIO(MockRawIO, io.RawIOBase):
138 class PyMockRawIO(MockRawIO, pyio.RawIOBase):
159 class CMisbehavedRawIO(MisbehavedRawIO, io.RawIOBase):
162 class PyMisbehavedRawIO(MisbehavedRawIO, pyio.RawIOBase):
174 class CCloseFailureIO(CloseFailureIO, io.RawIOBase):
177 class PyCloseFailureIO(CloseFailureIO, pyio.RawIOBase):
248 class CMockNonBlockWriterIO(MockNonBlockWriterIO, io.RawIOBase):
251 class PyMockNonBlockWriterIO(MockNonBlockWriterIO, pyio.RawIOBase)
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
H A Dsaxutils.py82 if isinstance(out, io.RawIOBase):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
H A Dsaxutils.py82 if isinstance(out, io.RawIOBase):
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 101 milliseconds