suppress_warnings

function of dascore.io.core source

suppress_warnings(
    category ,
)

Context manager for suppressing warnings.

Parameters

Parameter Description
category The types of warnings to suppress. Must be a subclass of Warning.