Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ readinto
Method
readinto
tools/python-3.11.9-amd64/Lib/tarfile.py:700–703 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
698
return
buf
699
700
def
readinto(self, b):
701
buf = self.read(len(b))
702
b[:len(buf)] = buf
703
return
len(buf)
704
705
def
close(self):
706
self.closed = True
Callers
nothing calls this directly
Calls
1
read
Method · 0.95
Tested by
no test coverage detected