SBART.utils.parameter_validators.class_decorator

SBART.utils.parameter_validators.class_decorator#

Functions

argument_checker(func)

Used to validate the error flag before running a function.

validator(func)

Used to validate the error flag before running a function.

validator(func)#

Used to validate the error flag before running a function. Decorator used inside this class

argument_checker(func)#

Used to validate the error flag before running a function. Decorator used inside this class

TODO: understand why this exists and if I am using this… .