MCPcopy 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_errorFunction · 0.45
lex_tstring_errorFunction · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected