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

Method __init__

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

Source from the content-addressed store, hash-verified

736
737class SpecialFileError(FilterError):
738 def __init__(self, tarinfo):
739 self.tarinfo = tarinfo
740 super().__init__(f'{tarinfo.name!r} is a special file')
741
742class AbsoluteLinkError(FilterError):
743 def __init__(self, tarinfo):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected