Home
last modified time | relevance | path

Searched refs:UnsupportedOperation (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryio.py65 self.assertRaises(self.UnsupportedOperation, buf.detach)
399 UnsupportedOperation = pyio.UnsupportedOperation variable in PyBytesIOTest
588 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOTest
596 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOPickleTest
608 UnsupportedOperation = io.UnsupportedOperation variable in CBytesIOTest
644 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOTest
691 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOPickleTest
Dtest_io.py1208 self.assertRaises(self.UnsupportedOperation, pair.detach)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dio.py63 from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation,
D_pyio.py251 class UnsupportedOperation(ValueError, IOError): class
292 raise UnsupportedOperation("%s.%s() not supported" %
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dio.py54 from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation,