CommitMutableState

class dsviper.CommitMutableState(commit_state)

Bases: object

A class used to register the mutations of a value executed through the attachmentMutating interface.

attachment_getting() AttachmentGetting

Return the AttachmentGetting interface.

attachment_mutating() AttachmentMutating

Return the attachmentMutating interface.

commit_state() CommitState

Return the CommitState.

commit_state_tracing() CommitStateTracing

Return the AttachmentGetting interface.

mutations() ValueProgram

Return the program for the current mutations.