Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astral-sh/ruff
/ into_error
Method
into_error
crates/ruff_python_parser/src/error.rs:370–372 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
368
}
369
370
pub fn into_error(self) -> LexicalErrorType {
371
self.error
372
}
373
374
pub fn location(&self) -> TextRange {
375
self.location
Callers
5
lex_fstring_error
Function · 0.45
lex_tstring_error
Function · 0.45
from
Method · 0.45
parse_string_or_byte_literal
Method · 0.45
parse_interpolated_string_elements
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected