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

Method __init__

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

Source from the content-addressed store, hash-verified

724
725class AbsolutePathError(FilterError):
726 def __init__(self, tarinfo):
727 self.tarinfo = tarinfo
728 super().__init__(f'member {tarinfo.name!r} has an absolute path')
729
730class OutsideDestinationError(FilterError):
731 def __init__(self, tarinfo, path):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected