MCPcopy Index your code
hub / github.com/RustPython/RustPython / check_seekable

Method check_seekable

crates/vm/src/stdlib/_io.rs:577–579  ·  view source on GitHub ↗
(instance: PyObjectRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

575
576 #[pymethod(name = "_checkSeekable")]
577 fn check_seekable(instance: PyObjectRef, vm: &VirtualMachine) -> PyResult<()> {
578 check_seekable(&instance, vm)
579 }
580 }
581
582 impl Destructor for _IOBase {

Callers

nothing calls this directly

Calls 1

check_seekableFunction · 0.85

Tested by

no test coverage detected