pyslang.Diagnostic class

Methods

def isError(self, /) -> bool

Special methods

def __eq__(self, arg0: Diagnostic, /) -> bool
def __init__(self, code: DiagCode, location: SourceLocation) -> None
def __ne__(self, arg0: Diagnostic, /) -> bool

Properties

args get
code: DiagCode get
location: SourceLocation get
ranges: list[SourceRange] get
symbol get