colrev.ops.prep_man.PrepMan¶
- class PrepMan(*, review_manager, notify_state_transition_operation=True)[source]¶
Bases:
Operation
Prepare records manually (metadata)
Methods
Check the operation precondition
Conclude the operation (stop Docker containers)
Decorator for operations
Get the data for prep-man
main
- rtype:
Any
Notify the review_manager about the next operation
Add missing language fields based on spreadsheets
Print statistics on prep_man
Set 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