Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ writable
Method
writable
Lib/_pyio.py:2218–2219 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2216
return
self.buffer.readable()
2217
2218
def
writable(self):
2219
return
self.buffer.writable()
2220
2221
def
flush(self):
2222
self.buffer.flush()
Callers
1
_configure
Method · 0.95
Calls
1
writable
Method · 0.45
Tested by
no test coverage detected