Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ UnsupportedOperation
Class
UnsupportedOperation
tools/python-3.11.9-amd64/Lib/_pyio.py:327–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
UnsupportedOperation = io.UnsupportedOperation
326
except
AttributeError:
327
class
UnsupportedOperation(OSError, ValueError):
328
pass
329
330
331
class
IOBase(metaclass=abc.ABCMeta):
Callers
10
write
Method · 0.90
_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