WarningInfo constructor

WarningInfo(warning_type, description)

Create warning info.

def __init__(self, warning_type, description):
    ...
ParameterTypeDescription
warning_typeWarningTypewarning type
descriptionstrwarning description

See Also