Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ write
Method
write
tools/python-3.11.9-amd64/Lib/tarfile.py:329–330 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
327
return
os.read(self.fd, size)
328
329
def
write(self, s):
330
os.write(self.fd, s)
331
332
class
_Stream:
333
""
"Class that serves
as
an adapter between TarFile and
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected