Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ CharLenStr
Class
CharLenStr
crates/vm/src/builtins/str.rs:1529–1529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1527
}
1528
1529
struct CharLenStr<
'a>(&'
a str, usize);
1530
impl core::ops::Deref for CharLenStr<'_> {
1531
type Target = str;
1532
Callers
1
__format__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected