Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ SlicedStr
Class
SlicedStr
crates/vm/src/stdlib/_io.rs:3631–3631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3629
3630
#[derive(Clone)]
3631
struct SlicedStr(PyStrRef, Range<usize>);
3632
3633
impl SlicedStr {
3634
#[inline]
Callers
1
readline
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected