onyo.lib.differs module
- onyo.lib.differs.differ_modify_asset(repo, operands)[source]
Differ for the ‘modify_assets’ operation.
Not intended for direct use. It is called from an Operator, which is assumed to have validated all input passed to this (trusting) differ.
Yields the diff of the operation line-by-line.
- onyo.lib.differs.differ_move_asset(repo, operands)[source]
Differ for the ‘move_assets’ operation.
Not intended for direct use. It is called from an Operator, which is assumed to have validated all input passed to this (trusting) differ.
Yields the diff of the operation line-by-line.
- onyo.lib.differs.differ_move_directory(repo, operands)[source]
Differ for the ‘move_directories’ operation.
Not intended for direct use. It is called from an Operator, which is assumed to have validated all input passed to this (trusting) differ.
Yields the diff of the operation line-by-line.
- onyo.lib.differs.differ_new_asset(repo, operands)[source]
Differ for the ‘new_assets’ operation.
Not intended for direct use. It is called from an Operator, which is assumed to have validated all input passed to this (trusting) differ.
Yields the diff of the operation line-by-line.
- onyo.lib.differs.differ_new_directory(repo, operands)[source]
Differ for the ‘new_directories’ operation.
Not intended for direct use. It is called from an Operator, which is assumed to have validated all input passed to this (trusting) differ.
Yields the diff of the operation line-by-line.
- onyo.lib.differs.differ_remove_asset(repo, operands)[source]
Differ for the ‘remove_assets’ operation.
Not intended for direct use. It is called from an Operator, which is assumed to have validated all input passed to this (trusting) differ.
Yields the diff of the operation line-by-line.
- onyo.lib.differs.differ_remove_directory(repo, operands)[source]
Differ for the ‘remove_directories’ operation.
Not intended for direct use. It is called from an Operator, which is assumed to have validated all input passed to this (trusting) differ.
Yields the diff of the operation line-by-line.
- onyo.lib.differs.differ_rename_asset(repo, operands)[source]
Differ for the ‘rename_assets’ operation.
Not intended for direct use. It is called from an Operator, which is assumed to have validated all input passed to this (trusting) differ.
Yields the diff of the operation line-by-line.