CommitEvalAction¶
- class dsviper.CommitEvalAction¶
Bases:
objectA class used by the evaluator to reconstruct a value by executing mutation opcodes.
Note: Not directly instantiable.
- enabled() bool¶
Return True if the commit is enabled.
- header() CommitHeader¶
Return the header of the commit.
- program() ValueProgram¶
Return the program.