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

Method location

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

Source from the content-addressed store, hash-verified

372 }
373
374 pub fn location(&self) -> TextRange {
375 self.location
376 }
377}
378
379impl std::ops::Deref for LexicalError {

Callers 8

install_hookFunction · 0.80
push_errorMethod · 0.80
fromMethod · 0.80
finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected