Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ seekable
Method
seekable
crates/vm/src/stdlib/_io.rs:470–472 ·
view source on GitHub ↗
(_self: PyObjectRef)
Source
from the content-addressed store, hash-verified
468
469
#[pymethod]
470
fn seekable(_self: PyObjectRef) -> bool {
471
false
472
}
473
474
#[pymethod]
475
fn readable(_self: PyObjectRef) -> bool {
Callers
nothing calls this directly
Calls
7
lseek
Function · 0.85
get_fd
Method · 0.80
Some
Class · 0.50
lock
Method · 0.45
call_method
Method · 0.45
load
Method · 0.45
store
Method · 0.45
Tested by
no test coverage detected