MCPcopy Create free account
hub / github.com/astral-sh/ruff / fmt

Method fmt

crates/ruff_python_ast/src/find_node.rs:133–135  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

131
132impl fmt::Debug for CoveringNode<'_> {
133 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {
134 f.debug_tuple("CoveringNode").field(&self.node()).finish()
135 }
136}

Callers

nothing calls this directly

Calls 3

fieldMethod · 0.80
finishMethod · 0.45
nodeMethod · 0.45

Tested by

no test coverage detected