tik_manager4.dcc.validate_core

Core class for validations.

Classes

ValidateCore

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, …]

failed(msg: str = '')

Set the validation as failed.

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.

checked_by_default: bool = True
property fail_message
property metadata
nice_name: str = ''
property state