cwltool.mutation
Support for InplaceUpdateRequirement.
Classes
Lock manager for checking correctness of in-place update of files. |
Module Contents
- class cwltool.mutation.MutationManager
Lock manager for checking correctness of in-place update of files.
Used to validate that in-place file updates happen sequentially, and that a file which is registered for in-place update cannot be read or updated by any other steps.
- set_generation(obj)
- Parameters:
- Return type:
None
- unset_generation(obj)
- Parameters:
- Return type:
None