concepts.dm.crow.planners.regression_utils.replace_variable_with_value#

replace_variable_with_value(expr, scope)[source]#

Replace the variables in the expression with the values in the scope.

Parameters:
Returns:

the expression with all variables replaced.

Return type:

ObjectOrValueOutputExpression