Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/ruff
/ is_spaces_tabs
Method
is_spaces_tabs
crates/ruff_python_formatter/src/string/docstring.rs:1843–1845 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1841
}
1842
1843
const fn is_spaces_tabs(self) -> bool {
1844
matches!(self, Self::SpacesTabs { .. })
1845
}
1846
}
1847
1848
impl PartialOrd for Indentation {
Callers
1
print_one
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected