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

expected_type

validator_fail_msg

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

__init__(split_func=None)[source]#
validate(input_name, input_value)[source]#
validate_type(input_name, input_value)[source]#
validator_func(self, input_value)[source]#

Function that should validate the result of a given input value