Skip to content

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.

added = ()

Documentation is not yet available.

removed = ()

Documentation is not yet available.

ignored = ()

Documentation is not yet available.