Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ write
Method
write
Lib/tarfile.py:324–325 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
322
return
os.read(self.fd, size)
323
324
def
write(self, s):
325
os.write(self.fd, s)
326
327
class
_Stream:
328
""
"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