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

Method __init__

Lib/tarfile.py:770–774  ·  view source on GitHub ↗
(self, tarinfo, path)

Source from the content-addressed store, hash-verified

768
769class LinkFallbackError(FilterError):
770 def __init__(self, tarinfo, path):
771 self.tarinfo = tarinfo
772 self._path = path
773 super().__init__(f'link {tarinfo.name!r} would be extracted as a '
774 + f'copy of {path!r}, which was rejected')
775
776# Errors caused by filters -- both "fatal" and "non-fatal" -- that
777# we consider to be issues with the argument, rather than a bug in the

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected