Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ readable
Method
readable
Lib/_pyio.py:1389–1390 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1387
return
self.reader.readinto1(b)
1388
1389
def
readable(self):
1390
return
self.reader.readable()
1391
1392
def
writable(self):
1393
return
self.writer.writable()
Callers
nothing calls this directly
Calls
1
readable
Method · 0.45
Tested by
no test coverage detected