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

Method __init__

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

Source from the content-addressed store, hash-verified

724class ExFileObject(io.BufferedReader):
725
726 def __init__(self, tarfile, tarinfo):
727 fileobj = _FileInFile(tarfile.fileobj, tarinfo.offset_data,
728 tarinfo.size, tarinfo.name, tarinfo.sparse)
729 super().__init__(fileobj)
730#class ExFileObject
731
732

Callers

nothing calls this directly

Calls 3

_FileInFileClass · 0.85
superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected