MCPcopy Index your code
hub / github.com/RustPython/RustPython / fmt

Method fmt

crates/literal/src/escape.rs:136–138  ·  view source on GitHub ↗
(&self, formatter: &mut core::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

134
135impl core::fmt::Display for StrRepr<'_, '_> {
136 fn fmt(&self, formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
137 self.write(formatter)
138 }
139}
140
141impl UnicodeEscape<'_> {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected