Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ writable
Method
writable
Lib/_pyio.py:1373–1374 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1371
return
self.reader.readable()
1372
1373
def
writable(self):
1374
return
self.writer.writable()
1375
1376
def
flush(self):
1377
return
self.writer.flush()
Callers
nothing calls this directly
Calls
1
writable
Method · 0.45
Tested by
no test coverage detected