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

Method __init__

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

Source from the content-addressed store, hash-verified

751
752class SpecialFileError(FilterError):
753 def __init__(self, tarinfo):
754 self.tarinfo = tarinfo
755 super().__init__(f'{tarinfo.name!r} is a special file')
756
757class AbsoluteLinkError(FilterError):
758 def __init__(self, tarinfo):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected