Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fmt
Method
fmt
crates/vm/src/dict_inner.rs:52–54 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
50
51
impl<T> fmt::Debug for Dict<T> {
52
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
53
f.debug_struct(
"Debug"
).finish()
54
}
55
}
56
57
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
Callers
nothing calls this directly
Calls
1
finish
Method · 0.45
Tested by
no test coverage detected