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

Method error

crates/ruff_python_parser/src/error.rs:53–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51
52impl ParseError {
53 pub fn error(self) -> ParseErrorType {
54 self.error
55 }
56}
57
58/// Represents the different types of errors that can occur during parsing of an f-string or t-string.

Callers 3

derefMethod · 0.45
sourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected