Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ __init__
Method
__init__
tools/python-3.11.9-amd64/Lib/tarfile.py:580–582 ·
view source on GitHub ↗
(self, fileobj)
Source
from the content-addressed store, hash-verified
578
""
"
579
580
def
__init__(self, fileobj):
581
self.fileobj = fileobj
582
self.buf = self.fileobj.read(BLOCKSIZE)
583
584
def
read(self, size):
585
self.read = self.fileobj.read
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected