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

Method range

crates/ruff_python_parser/src/parser/expression.rs:3187–3189  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3185impl Ranged for ParsedExpr {
3186 #[inline]
3187 fn range(&self) -> TextRange {
3188 self.expr.range()
3189 }
3190}
3191
3192#[derive(Debug)]

Calls

no outgoing calls

Tested by

no test coverage detected