modelx.get_recalc#

get_recalc()[source]#

Return True if dependent values are recalculated, False if they are cleared.

If this option is set to True, when a value is assigned to a cell by the user to overwrite the cell’s existing value, values of the cells that depend on the overwritten cell are recalculated. If the option is set to False, the dependent values are cleared. By default, the option is set to True.

Returns:

True if dependents are recalculated, False if cleared.

Return type:

bool

See also

set_recalc()