The base class for warning categories. Warnings are typically issued with warnings.warn() and filtered by the warnings module.
Warning
python The base class for warning categories. Warnings are typically issued with warnings.warn() and filtered by the warnings module.