dicfg.addons.typing.TypeValidator#
- class TypeValidator[source]#
Bases:
ValidatorAddon
,ABC
Base class for type validators.
- Subclasses must define:
EXPECTED_TYPE: The type (or tuple of types) that is expected.
NAME: The identifier for the validator.
- __init__()#
Methods
Attributes
EXPECTED_TYPE
NAME