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

Method __init__

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

Source from the content-addressed store, hash-verified

737
738class AbsolutePathError(FilterError):
739 def __init__(self, tarinfo):
740 self.tarinfo = tarinfo
741 super().__init__(f'member {tarinfo.name!r} has an absolute path')
742
743class OutsideDestinationError(FilterError):
744 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