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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
54 from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation,
_pyio.py 252 class UnsupportedOperation(ValueError, IOError):
293 raise UnsupportedOperation("%s.%s() not supported" %
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
54 from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation,
_pyio.py 252 class UnsupportedOperation(ValueError, IOError):
293 raise UnsupportedOperation("%s.%s() not supported" %
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 65 self.assertRaises(self.UnsupportedOperation, buf.detach)
399 UnsupportedOperation = pyio.UnsupportedOperation
588 UnsupportedOperation = pyio.UnsupportedOperation
596 UnsupportedOperation = pyio.UnsupportedOperation
608 UnsupportedOperation = io.UnsupportedOperation
654 UnsupportedOperation = io.UnsupportedOperatio
    [all...]
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 65 self.assertRaises(self.UnsupportedOperation, buf.detach)
399 UnsupportedOperation = pyio.UnsupportedOperation
588 UnsupportedOperation = pyio.UnsupportedOperation
596 UnsupportedOperation = pyio.UnsupportedOperation
608 UnsupportedOperation = io.UnsupportedOperation
654 UnsupportedOperation = io.UnsupportedOperatio
    [all...]
test_io.py     [all...]

Completed in 598 milliseconds