DiagnosticResults

class DiagnosticResults
Members defined in DiagnosticResults (6 members)

empty

R

Returns True if all diagnostic categories are empty

parser

R

sema

R

validation

R

__bool__

Returns True if there are no Error diagnostics

passed

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
Used in