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

Method partial_cmp

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

Source from the content-addressed store, hash-verified

1847
1848impl PartialOrd for Indentation {
1849 fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
1850 Some(self.columns().cmp(&other.columns()))
1851 }
1852}
1853
1854impl PartialEq for Indentation {

Callers

nothing calls this directly

Calls 2

columnsMethod · 0.80
cmpMethod · 0.45

Tested by

no test coverage detected