Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ UnsupportedOperation
Class
UnsupportedOperation
Lib/_pyio.py:302–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
UnsupportedOperation = io.UnsupportedOperation
301
except
AttributeError:
302
class
UnsupportedOperation(OSError, ValueError):
303
pass
304
305
306
class
IOBase(metaclass=abc.ABCMeta):
Callers
9
_unsupported
Method · 0.70
_checkSeekable
Method · 0.70
_checkReadable
Method · 0.70
_checkWritable
Method · 0.70
_checkReadable
Method · 0.70
_checkWritable
Method · 0.70
reconfigure
Method · 0.70
tell
Method · 0.70
seek
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected