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