concepts.dm.crow.planners.regression_utils.format_regression_statement#

format_regression_statement(stmt, scopes)[source]#

Format a regression statement into a human-readable string.

Parameters:
  • stmt (ScopedCrowExpression) – the regression statement.

  • scopes (dict | None) – the scopes of the regression statement.

Returns:

the formatted string.

Return type:

str