Searched refs:UnsupportedOperation (Results 1 – 5 of 5) sorted by relevance
65 self.assertRaises(self.UnsupportedOperation, buf.detach)399 UnsupportedOperation = pyio.UnsupportedOperation variable in PyBytesIOTest588 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOTest596 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOPickleTest608 UnsupportedOperation = io.UnsupportedOperation variable in CBytesIOTest644 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOTest691 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOPickleTest
1208 self.assertRaises(self.UnsupportedOperation, pair.detach)
63 from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation,
251 class UnsupportedOperation(ValueError, IOError): class292 raise UnsupportedOperation("%s.%s() not supported" %
54 from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation,