labscript.labscript.NoWarnings

class NoWarnings[source]

Bases: object

A context manager which sets config.suppress_mild_warnings to True whilst in use. Allows the user to suppress warnings for specific lines when they know that the warning does not indicate a problem.

__init__()

Methods

__init__()