TremanaSupressableWarning

exception TremanaSupressableWarning(*args: object, msg: str, append_msg: str | None = None, **kwargs: Any)[source]

Basewarning for supressable warnings.

This baseclass can be used to conveniently suppress all none critical warnings.

Parameters
  • msg (str) – Message to be printed.

  • append_msg (Optional[str], optional) – Message to be appended on msg, by default None