Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ writable
Method
writable
Lib/_pyio.py:2242–2243 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2240
return
self.buffer.readable()
2241
2242
def
writable(self):
2243
return
self.buffer.writable()
2244
2245
def
flush(self):
2246
self.buffer.flush()
Callers
1
_configure
Method · 0.95
Calls
1
writable
Method · 0.45
Tested by
no test coverage detected