colrev.ops.prep_man.PrepMan
- class colrev.ops.prep_man.PrepMan(*, review_manager, notify_state_transition_operation=True)[source]
Bases:
OperationPrepare records manually (metadata).
Initialize the instance.
Methods
check_preconditionCheck the operation precondition.
concludeConclude the operation (stop Docker containers).
decorateDecorator for operations.
get_dataGet the data for prep-man.
main- rtype:
Any
notifyNotify the review_manager about the next operation.
prep_man_langsAdd missing language fields based on spreadsheets.
prep_man_statsPrint statistics on prep_man.
set_dataSet data in the prep_man 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