MCPcopy 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
326except AttributeError:
327 class UnsupportedOperation(OSError, ValueError):
328 pass
329
330
331class IOBase(metaclass=abc.ABCMeta):

Callers 10

writeMethod · 0.90
_unsupportedMethod · 0.70
_checkSeekableMethod · 0.70
_checkReadableMethod · 0.70
_checkWritableMethod · 0.70
_checkReadableMethod · 0.70
_checkWritableMethod · 0.70
reconfigureMethod · 0.70
tellMethod · 0.70
seekMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected