ValidationObject#
- class compliance_checker.base.ValidationObject(split_func=None)[source]#
- Attributes:
- expected_type
Methods
validator_func
(self, input_value)Function that should validate the result of a given input value
validate
validate_type
Attributes Summary
Methods Summary
__init__
([split_func])validate
(input_name, input_value)validate_type
(input_name, input_value)validator_func
(self, input_value)Function that should validate the result of a given input value
Attributes Documentation
- expected_type = None#
- validator_fail_msg = ''#
Methods Documentation