|
|
|
|
|
|
|
|
income_value = get_zero_value(original_variable.value_type) |
|
|
income_value = get_zero_value(original_variable.value_type) |
|
|
updated_variable = original_variable.model_copy(update={"value": income_value.to_object()}) |
|
|
updated_variable = original_variable.model_copy(update={"value": income_value.to_object()}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Over write the variable. |
|
|
# Over write the variable. |
|
|
self.graph_runtime_state.variable_pool.add(assigned_variable_selector, updated_variable) |
|
|
self.graph_runtime_state.variable_pool.add(assigned_variable_selector, updated_variable) |
|
|
|
|
|
|