DiagnosticResults
- class DiagnosticResults
-
Members defined in
DiagnosticResults(6 members) Attributes
- property empty: bool
Returns True if all diagnostic categories are empty
- property parser: syside.ContainerView[syside.Diagnostic]
- property sema: syside.ContainerView[syside.Diagnostic]
- property validation: syside.ContainerView[syside.Diagnostic]
Methods
- __bool__() bool
Returns True if there are no Error diagnostics
- passed(warnings_as_errors: bool = False) bool