MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / fmt

Method fmt

src/python.rs:361–363  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter)

Source from the content-addressed store, hash-verified

359
360impl<'p> std::fmt::Debug for PythonObjectDowncastError<'p> {
361 fn fmt(&self, f: &mut std::fmt::Formatter) -> Result<(), std::fmt::Error> {
362 f.write_str("PythonObjectDowncastError")
363 }
364}
365
366#[cfg(test)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected