Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/ruff
/ source
Method
source
crates/ruff_python_parser/src/error.rs:26–28 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
24
25
impl std::error::Error for ParseError {
26
fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
27
Some(&self.error)
28
}
29
}
30
31
impl fmt::Display for ParseError {
Callers
1
visit_pattern
Method · 0.45
Calls
1
error
Method · 0.45
Tested by
no test coverage detected