Home
last modified time | relevance | path

Searched defs:UnsupportedOperation (Results 1 – 4 of 4) 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/node/deps/v8/tools/cppgc/
Dgen_cmake.py87 class UnsupportedOperation(Exception): class
/third_party/python/Lib/
D_pyio.py333 UnsupportedOperation = io.UnsupportedOperation variable
335 class UnsupportedOperation(OSError, ValueError): class