Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
98
impl 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
104
impl FormatType {
Callers
nothing calls this directly
Calls
1
finish
Method · 0.45
Tested by
no test coverage detected