Coverage for src/scipy_dataclassfitparams/_warning_types.py: 100%
2 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-01 17:34 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-01 17:34 +0000
1"""This module contains the warning category types."""
4class MetadataKeyOverwrittenWarning(UserWarning):
5 """The warning category for when the metadata mapping provided to a
6 field already contains the metadata key for the field type
7 metadata.
8 """
9 pass