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