landlab.utils.suppress_output¶ suppress_output(out=True, err=True)[source]¶ Suppress output from both stdout and stderr. Parameters: out (bool, optional) – Suppress stdout. err (bool, optional) – Suppress stderr.