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

Method range

crates/ruff_python_parser/src/semantic_errors.rs:1449–1451  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1447
1448impl Ranged for SemanticSyntaxError {
1449 fn range(&self) -> TextRange {
1450 self.range
1451 }
1452}
1453
1454#[derive(Debug, Clone, PartialEq, Eq, Hash, get_size2::GetSize)]

Callers 10

check_annotationMethod · 0.45
visit_exprMethod · 0.45
visit_patternMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected