MCPcopy 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
118pub struct StrRepr<'r, 'a>(&'r UnicodeEscape<'a>);
119
120impl StrRepr<'_, '_> {
121 pub fn write(&self, formatter: &mut impl core::fmt::Write) -> core::fmt::Result {

Callers 1

str_reprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected