Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1848
impl PartialOrd for Indentation {
1849
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
1850
Some(self.columns().cmp(&other.columns()))
1851
}
1852
}
1853
1854
impl PartialEq for Indentation {
Callers
nothing calls this directly
Calls
2
columns
Method · 0.80
cmp
Method · 0.45
Tested by
no test coverage detected