Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ write
Method
write
Lib/_pyio.py:1358–1359 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
1356
return
self.reader.readinto(b)
1357
1358
def
write(self, b):
1359
return
self.writer.write(b)
1360
1361
def
peek(self, size=0):
1362
return
self.reader.peek(size)
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected