CommitMergeDocument¶
- class dsviper.CommitMergeDocument¶
Bases:
objectAll conflicts of one document (attachment, key) — the unit reconcile operates on. Carries the whole merged document as context.
Note: Not directly instantiable.
- attachment() Attachment¶
Return the attachment of this document.
- conflicts() list[CommitMergeConflict]¶
Return the list of CommitMergeConflict localised in this document.
- merged_value() ValueOptional¶
Return the whole merged document, as context for its conflicts.