Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ readable
Method
readable
extra_tests/snippets/stdlib_io.py:71–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
69
return
True
70
71
def
readable(self):
72
return
False
73
74
def
seekable(self):
75
return
False
Callers
1
sandbox_smoke.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected