Menu

PyTorch toolbox to work with spherical surfaces.

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__(hide_err=False)[source]

Init class.

Parameters

hide_err : bool, default False

optionally hide the standard errors.

Follow us

© 2021, surfify developers