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

Method __init__

Lib/tarfile.py:589–591  ·  view source on GitHub ↗
(self, fileobj)

Source from the content-addressed store, hash-verified

587 """
588
589 def __init__(self, fileobj):
590 self.fileobj = fileobj
591 self.buf = self.fileobj.read(BLOCKSIZE)
592
593 def read(self, size):
594 self.read = self.fileobj.read

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected