MCPcopy 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
645impl Ranged for NormalizedString<'_> {
646 fn range(&self) -> TextRange {
647 self.content_range
648 }
649}
650
651impl Format<PyFormatContext<'_>> for NormalizedString<'_> {

Callers 5

is_multilineMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected