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

Method __init__

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

Source from the content-addressed store, hash-verified

761
762class LinkOutsideDestinationError(FilterError):
763 def __init__(self, tarinfo, path):
764 self.tarinfo = tarinfo
765 self._path = path
766 super().__init__(f'{tarinfo.name!r} would link to {path!r}, '
767 + 'which is outside the destination')
768
769class LinkFallbackError(FilterError):
770 def __init__(self, tarinfo, path):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected