Searched refs:from_source_range (Results 1 – 2 of 2) sorted by relevance
493 …def from_source_range(cls, kind: DiagnosticKind, diag_flag: str, msg: str, src_range: SourceRangeL… member in Diagnostic
719 return Diagnostic.from_source_range(kind, diag_flag, msg, src_range, patch=patch, **kwargs)