MCPcopy 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
25impl std::error::Error for ParseError {
26 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> {
27 Some(&self.error)
28 }
29}
30
31impl fmt::Display for ParseError {

Callers 1

visit_patternMethod · 0.45

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected