warnings_ module¶
Utilities for warnings.
custom_formatwarning function¶
Custom warning formatter.
use_formatwarning function¶
Context manager to temporarily set a custom warning formatter.
warn function¶
Emit a warning with a custom formatter.
warn_stdout function¶
Supress and convert to a warning output from a function.
VBTWarning class¶
Base class for warnings raised by VBT.
Superclasses
builtins.BaseExceptionbuiltins.Exceptionbuiltins.Warning
WarningsFiltered class¶
Context manager to ignore warnings.
Specify whether to record warnings and if an alternative module should be used other than sys.modules['warnings'].
For compatibility with Python 3.0, please consider all arguments to be keyword-only.
Superclasses
- Base
warnings.catch_warnings
Inherited members
entries class property¶
One or more simple entries to add into the list of warnings filters.