Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ readable
Method
readable
Lib/_pyio.py:1370–1371 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1368
return
self.reader.readinto1(b)
1369
1370
def
readable(self):
1371
return
self.reader.readable()
1372
1373
def
writable(self):
1374
return
self.writer.writable()
Callers
nothing calls this directly
Calls
1
readable
Method · 0.45
Tested by
no test coverage detected