suppress_warnings
suppress_warnings(
category ,
)
Context manager for suppressing warnings.
Parameters
Parameter | Description |
---|---|
category | The types of warnings to suppress. Must be a subclass of Warning. |
function of dascore.io.core | source |
suppress_warnings(
category ,
)
Context manager for suppressing warnings.
Parameter | Description |
---|---|
category | The types of warnings to suppress. Must be a subclass of Warning. |