Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ StrRepr
Class
StrRepr
crates/literal/src/escape.rs:118–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
pub struct StrRepr<
'r, '
a>(&
'r UnicodeEscape<'
a>);
119
120
impl StrRepr<
'_, '
_> {
121
pub fn write(&self, formatter: &mut impl core::fmt::Write) -> core::fmt::Result {
Callers
1
str_repr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected