original_value property

original_value property

Gets the old value of the calculated cell. Should be used only in AbstractCalculationMonitor.before_calculate and AbstractCalculationMonitor.after_calculate.

Definition:

@property
def original_value(self):
    ...

See Also