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

Method eq

crates/ruff_python_formatter/src/string/docstring.rs:1855–1857  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

1853
1854impl PartialEq for Indentation {
1855 fn eq(&self, other: &Self) -> bool {
1856 self.columns() == other.columns()
1857 }
1858}
1859
1860impl Default for Indentation {

Callers

nothing calls this directly

Calls 1

columnsMethod · 0.80

Tested by

no test coverage detected