Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ readable
Method
readable
Lib/_pyio.py:1058–1059 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1056
self._read_lock = Lock()
1057
1058
def
readable(self):
1059
return
self.raw.readable()
1060
1061
def
_reset_read_buf(self):
1062
self._read_buf = b
""
Callers
nothing calls this directly
Calls
1
readable
Method · 0.45
Tested by
no test coverage detected