Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Lib/tarfile.py:587–589 ·
view source on GitHub ↗
(self, fileobj)
Source
from the content-addressed store, hash-verified
585
""
"
586
587
def
__init__(self, fileobj):
588
self.fileobj = fileobj
589
self.buf = self.fileobj.read(BLOCKSIZE)
590
591
def
read(self, size):
592
self.read = self.fileobj.read
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected