Deep learning for NeuroImaging in Python.
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.
- class surfify.utils.io.HidePrints(hide_err=False)[source]ΒΆ
This function securely redirect the standard outputs and errors. The resulting object can be used as a context manager. On completion of the context the default context is restored.
Init class.
- Parameters:
hide_err : bool, default False
optionally hide the standard errors.
Follow us