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

Method range

crates/ruff_python_parser/src/error.rs:47–49  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

45
46impl Ranged for ParseError {
47 fn range(&self) -> TextRange {
48 self.location
49 }
50}
51
52impl ParseError {

Callers 2

parse_string_annotationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected