Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
impl Ranged for ParseError {
47
fn range(&self) -> TextRange {
48
self.location
49
}
50
}
51
52
impl ParseError {
Callers
2
parse_string_annotation
Function · 0.45
parse_complex_type_annotation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected