Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_memoryio.py433 UnsupportedOperation = pyio.UnsupportedOperation variable in PyBytesIOTest
696 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOTest
713 UnsupportedOperation = pyio.UnsupportedOperation variable in PyStringIOPickleTest
725 UnsupportedOperation = io.UnsupportedOperation variable in CBytesIOTest
812 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOTest
859 UnsupportedOperation = io.UnsupportedOperation variable in CStringIOPickleTest
Dtest_io.py263 UnsupportedOperation = io.UnsupportedOperation variable in CMockUnseekableIO
266 UnsupportedOperation = pyio.UnsupportedOperation variable in PyMockUnseekableIO
/third_party/python/Lib/
D_pyio.py333 UnsupportedOperation = io.UnsupportedOperation variable
335 class UnsupportedOperation(OSError, ValueError): class