Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/ruff
/ range
Method
range
crates/ruff_python_formatter/src/string/normalize.rs:646–648 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
644
645
impl Ranged for NormalizedString<'_> {
646
fn range(&self) -> TextRange {
647
self.content_range
648
}
649
}
650
651
impl Format<PyFormatContext<
'_>> for NormalizedString<'
_> {
Callers
5
contains_line_break_or_comments
Method · 0.45
is_multiline
Method · 0.45
fmt
Method · 0.45
visit_string_like_part
Method · 0.45
fmt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected