Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
impl 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
field
Method · 0.80
finish
Method · 0.45
node
Method · 0.45
Tested by
no test coverage detected