MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __init__

Method __init__

tools/python-3.11.9-amd64/Lib/tarfile.py:743–745  ·  view source on GitHub ↗
(self, tarinfo)

Source from the content-addressed store, hash-verified

741
742class AbsoluteLinkError(FilterError):
743 def __init__(self, tarinfo):
744 self.tarinfo = tarinfo
745 super().__init__(f'{tarinfo.name!r} is a link to an absolute path')
746
747class LinkOutsideDestinationError(FilterError):
748 def __init__(self, tarinfo, path):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected