Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ write
Method
write
Lib/codecs.py:728–730 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
726
return
self
727
728
def
write(self, data):
729
730
return
self.writer.write(data)
731
732
def
writelines(self, list):
733
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected