Searched defs:UnsupportedOperation (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_memoryio.py | 433 UnsupportedOperation = pyio.UnsupportedOperation variable in PyBytesIOTest |
D | test_io.py | 263 UnsupportedOperation = io.UnsupportedOperation variable in CMockUnseekableIO |
/third_party/node/deps/v8/tools/cppgc/ | ||
D | gen_cmake.py | 87 class UnsupportedOperation(Exception): class |
/third_party/python/Lib/ | ||
D | _pyio.py | 333 UnsupportedOperation = io.UnsupportedOperation variable |