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

Method __init__

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

Source from the content-addressed store, hash-verified

709class ExFileObject(io.BufferedReader):
710
711 def __init__(self, tarfile, tarinfo):
712 fileobj = _FileInFile(tarfile.fileobj, tarinfo.offset_data,
713 tarinfo.size, tarinfo.sparse)
714 super().__init__(fileobj)
715#class ExFileObject
716
717

Callers

nothing calls this directly

Calls 2

_FileInFileClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected