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

Class UnsupportedOperation

Lib/pathlib/__init__.py:45–48  ·  view source on GitHub ↗

An exception that is raised when an unsupported operation is attempted.

Source from the content-addressed store, hash-verified

43
44
45class UnsupportedOperation(NotImplementedError):
46 """An exception that is raised when an unsupported operation is attempted.
47 """
48 pass
49
50
51class _PathParents(Sequence):

Callers 7

ownerMethod · 0.70
groupMethod · 0.70
readlinkMethod · 0.70
symlink_toMethod · 0.70
hardlink_toMethod · 0.70
__new__Method · 0.70
__new__Method · 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…