MCPcopy Index your code
hub / github.com/python/cpython / UnsupportedOperation

Class UnsupportedOperation

Lib/_pyio.py:302–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 UnsupportedOperation = io.UnsupportedOperation
301except AttributeError:
302 class UnsupportedOperation(OSError, ValueError):
303 pass
304
305
306class IOBase(metaclass=abc.ABCMeta):

Callers 9

_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

Used in the wild real call sites across dependent graphs

searching dependent graphs…