colrev.ops.trace.Trace
- class colrev.ops.trace.Trace(*, review_manager)[source]
 Bases:
OperationTrace a record through history
Methods
check_preconditionCheck the operation precondition
concludeConclude the operation (stop Docker containers)
decorateDecorator for operations
main- rtype:
 Any
notifyNotify the review_manager about the next operation
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