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

Method __init__

Lib/tarfile.py:756–758  ·  view source on GitHub ↗
(self, tarinfo)

Source from the content-addressed store, hash-verified

754
755class AbsoluteLinkError(FilterError):
756 def __init__(self, tarinfo):
757 self.tarinfo = tarinfo
758 super().__init__(f'{tarinfo.name!r} is a link to an absolute path')
759
760class LinkOutsideDestinationError(FilterError):
761 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