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

Method fmt

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

Source from the content-addressed store, hash-verified

320
321impl fmt::Debug for ObjExt {
322 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
323 write!(f, "[ObjExt]")
324 }
325}
326
327/// Precomputed offset constants for prefix allocation.

Callers

nothing calls this directly

Calls 2

as_objectMethod · 0.45
is_borrowedMethod · 0.45

Tested by

no test coverage detected