MCPcopy 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

lseekFunction · 0.85
get_fdMethod · 0.80
SomeClass · 0.50
lockMethod · 0.45
call_methodMethod · 0.45
loadMethod · 0.45
storeMethod · 0.45

Tested by

no test coverage detected