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

Method fmt

crates/stdlib/src/contextvars.rs:306–308  ·  view source on GitHub ↗
(&self, f: &mut core::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

304
305 impl core::fmt::Debug for ContextVar {
306 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
307 f.debug_struct("ContextVar").finish()
308 }
309 }
310
311 unsafe impl Sync for ContextVar {}

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected