Home
last modified time | relevance | path

Searched defs:UnsupportedOperation (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryio.py399 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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py251 class UnsupportedOperation(ValueError, IOError): class