colrev.ops.validate.Validate¶
- class Validate(*, review_manager)[source]¶
Bases:
OperationValidate changes
Methods
Check the operation precondition
Conclude the operation (stop Docker containers)
Decorator for operations
mainNotify the review_manager about the next operation
Remove origin records for md_ files
Validate presceen/screen between merged branches
Attributes
type- check_precondition()¶
Check the operation precondition
- Return type:
None
- conclude()¶
Conclude the operation (stop Docker containers)
- Return type:
None
- classmethod decorate()¶
Decorator for operations
- Return type:
Callable
- notify(*, state_transition=True)¶
Notify the review_manager about the next operation
- Return type:
None