tik_manager4.dcc.krita.validate
Attributes
Classes
Core class for validations. |
Package 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
- classes
- exceptions = ['__init__.py']
- file_name
- modules