Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
52
impl<T: fmt::Display> fmt::Display for Py<T>
Callers
nothing calls this directly
Calls
2
as_ref
Method · 0.45
load
Method · 0.45
Tested by
no test coverage detected