warning method

warning(warning_info)

Our callback only needs to implement the “Warning” method.

def warning(self, warning_info):
    ...
ParameterTypeDescription
warning_infoWarningInfowarning info

See Also