Home
last modified time | relevance | path

Searched defs:UnsupportedOperation (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/
H A Dio.py54 from _io import (DEFAULT_BUFFER_SIZE, BlockingIOError, UnsupportedOperation, namespace
H A D_pyio.py325 UnsupportedOperation = io.UnsupportedOperation variable
327 class UnsupportedOperation(OSError, ValueError): class
[all...]
/third_party/node/deps/v8/tools/cppgc/
H A Dgen_cmake.py87 class UnsupportedOperation(Exception): class
/third_party/python/Lib/test/
H A 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 variable in CStringIOTest
859 UnsupportedOperation = io.UnsupportedOperation global() variable in CStringIOPickleTest
[all...]
H A Dtest_lzma.py3 from io import BytesIO, UnsupportedOperation, DEFAULT_BUFFER_SIZE namespace
H A Dtest_io.py256 UnsupportedOperation = io.UnsupportedOperation variable in CMockUnseekableIO
259 UnsupportedOperation = pyio.UnsupportedOperation variable in PyMockUnseekableIO
[all...]

Completed in 17 milliseconds