MCPcopy Index your code
hub / github.com/RustPython/RustPython / UnsupportedOperation

Class UnsupportedOperation

Lib/pathlib/__init__.py:43–46  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

41
42
43class UnsupportedOperation(NotImplementedError):
44 """An exception that is raised when an unsupported operation is attempted.
45 """
46 pass
47
48
49class _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