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

Method fmt

crates/vm/src/buffer.rs:99–101  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

97
98impl fmt::Debug for FormatType {
99 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
100 fmt::Debug::fmt(&(*self as u8 as char), f)
101 }
102}
103
104impl FormatType {

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected