Searched refs:MockRawIOWithoutRead (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_io.py | 76 class MockRawIOWithoutRead: class 132 class CMockRawIOWithoutRead(MockRawIOWithoutRead, io.RawIOBase): 135 class PyMockRawIOWithoutRead(MockRawIOWithoutRead, pyio.RawIOBase): 139 class MockRawIO(MockRawIOWithoutRead): 821 rawio = self.MockRawIOWithoutRead((b"abc", b"d", None, b"efg", None)) 933 rawio = self.MockRawIOWithoutRead((b"abc", b"d", b"efg")) 935 rawio = self.MockRawIOWithoutRead((b"abc", b"d", b"efg")) 4362 MockNonBlockWriterIO, MockUnseekableIO, MockRawIOWithoutRead,
|
/external/python/cpython2/Lib/test/ |
D | test_io.py | 66 class MockRawIOWithoutRead: class 122 class CMockRawIOWithoutRead(MockRawIOWithoutRead, io.RawIOBase): 125 class PyMockRawIOWithoutRead(MockRawIOWithoutRead, pyio.RawIOBase): 129 class MockRawIO(MockRawIOWithoutRead): 647 rawio = self.MockRawIOWithoutRead((b"abc", b"d", None, b"efg", None)) 3374 MockNonBlockWriterIO, MockRawIOWithoutRead)
|