tik_manager4.dcc.validate_core
Core class for validations.
Classes
Core class for validations. |
Module Contents
- class ValidateCore(*args, **kwargs)
Core class for validations.
- collect()
Collect the objects related to the validation.
collection list needs to be updated on this method. self.collection = [obj1, obj2, …]
- fix()
Fix the validation.
- ignored(msg='')
Set the validation as ignored.
- info()
Information about the validation.
- passed()
Set the validation as passed.
- reset()
Reset the validation.
- select()
Select the objects related to the validation.
- validate()
Validate the given arguments.
- property fail_message
- property metadata
- property state