Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ write
Method
write
Lib/codecs.py:846–849 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
844
return
self
845
846
def
write(self, data):
847
848
data, bytesdecoded = self.decode(data, self.errors)
849
return
self.writer.write(data)
850
851
def
writelines(self, list):
852
Callers
1
test_write
Method · 0.95
Calls
2
decode
Method · 0.45
write
Method · 0.45
Tested by
1
test_write
Method · 0.76