MCPcopy 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
1529struct CharLenStr<'a>(&'a str, usize);
1530impl 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