Skip to main content

Info

This class represents an informational message within a diagnostic or validation system. It extends the base message functionality by specifically categorizing the message with an INFO severity level.

Constructor

Signature

def Info(
*args: any,
**kwargs: any
)

Parameters

NameTypeDescription
*argsanyVariable length argument list passed to the parent constructor.
**kwargsanyArbitrary keyword arguments passed to the parent constructor.

Signature

def Info(
*args: tuple,
**kwargs: dict
) - > null

Parameters

NameTypeDescription
*argstuplePositional arguments passed to the parent CheckMessage constructor
**kwargsdictKeyword arguments passed to the parent CheckMessage constructor