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

Method range

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

Source from the content-addressed store, hash-verified

1508
1509impl Ranged for SemanticSyntaxError {
1510 fn range(&self) -> TextRange {
1511 self.range
1512 }
1513}
1514
1515#[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