AffirmationDelta
Class: warmhub.AffirmationDelta
AffirmationDelta(added: tuple[str, ...] = (), removed: tuple[str, ...] = (), ignored: tuple[str, ...] = ())The per-target outcome of a reaffirm or affirmed-targets write.
added and removed are the pinned target wrefs the new version
changed. ignored names targets that were already in the requested
state, which is a report and not an error.
Properties and attributes
Section titled “Properties and attributes”added = ()Documentation is not yet available.
removed
Section titled “removed”removed = ()Documentation is not yet available.
ignored
Section titled “ignored”ignored = ()Documentation is not yet available.