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

Method fmt

crates/vm/src/object/ext.rs:47–49  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

45 T: PyPayload + fmt::Display,
46{
47 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
48 fmt::Display::fmt(&**self, f)
49 }
50}
51
52impl<T: fmt::Display> fmt::Display for Py<T>

Callers

nothing calls this directly

Calls 2

as_refMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected