Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ reset_read
Method
reset_read
crates/vm/src/stdlib/_io.rs:884–886 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
882
}
883
884
const fn reset_read(&mut self) {
885
self.read_end = -1;
886
}
887
888
const fn reset_write(&mut self) {
889
self.write_pos = 0;
Callers
8
flush_rewind
Method · 0.80
seek
Method · 0.80
write
Method · 0.80
read_generic
Method · 0.80
peek
Method · 0.80
readinto_generic
Method · 0.80
init
Method · 0.80
read1
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected