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

Method __init__

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

Source from the content-addressed store, hash-verified

744
745class OutsideDestinationError(FilterError):
746 def __init__(self, tarinfo, path):
747 self.tarinfo = tarinfo
748 self._path = path
749 super().__init__(f'{tarinfo.name!r} would be extracted to {path!r}, '
750 + 'which is outside the destination')
751
752class SpecialFileError(FilterError):
753 def __init__(self, tarinfo):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected