Searched defs:UnsupportedOperation (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
H A Dio.py48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
54 from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation, namespace
H A D_pyio.py260 class UnsupportedOperation(ValueError, IOError): class in inherits:ValueError, IOError
302 raise UnsupportedOperation("%s.%s() not supported" %
/external/python/cpython2/Lib/test/
H A Dtest_memoryio.py65 self.assertRaises(self.UnsupportedOperation, buf.detach)
401 UnsupportedOperation = pyio.UnsupportedOperation variable in class:PyBytesIOTest
634 UnsupportedOperation = pyio.UnsupportedOperation variable in class:PyStringIOTest
652 UnsupportedOperation = pyio.UnsupportedOperation variable in class:PyStringIOPickleTest
664 UnsupportedOperation = io.UnsupportedOperation variable in class:CBytesIOTest
711 UnsupportedOperation variable in class:CStringIOTest
759 UnsupportedOperation = io.UnsupportedOperation variable in class:CStringIOPickleTest
[all...]

Completed in 182 milliseconds