Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
impl 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
join_implicit_concatenated_string_assignment.py
File · 0.45
deref
Method · 0.45
source
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected