warning method

warning(warning_info)

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

def warning(self, warning_info):
    ...
Parameter Type Description
warning_info WarningInfo warning info

See Also