colrev.ops.check.CheckOperation

class colrev.ops.check.CheckOperation(review_manager)[source]

Bases: Operation

A dummy operation that is not expected to introduce changes.

Initialize the instance.

Methods

check_precondition

Check the operation precondition.

conclude

Conclude the operation (stop Docker containers).

decorate

Decorator for operations.

notify

Notify 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