HomeSort by relevance Sort by last modified time
    Searched refs:MockFileIO (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 181 class MockFileIO:
185 super(MockFileIO, self).__init__(data)
188 res = super(MockFileIO, self).read(n)
193 res = super(MockFileIO, self).readinto(b)
197 class CMockFileIO(MockFileIO, io.BytesIO):
200 class PyMockFileIO(MockFileIO, pyio.BytesIO):
859 rawio = self.MockFileIO(data)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 181 class MockFileIO:
185 super(MockFileIO, self).__init__(data)
188 res = super(MockFileIO, self).read(n)
193 res = super(MockFileIO, self).readinto(b)
197 class CMockFileIO(MockFileIO, io.BytesIO):
200 class PyMockFileIO(MockFileIO, pyio.BytesIO):
859 rawio = self.MockFileIO(data)
    [all...]

Completed in 899 milliseconds