Expressions

class momba.model.Expression[source]
abstract is_constant_in(scope)[source]

Returns True only if the expression has a constant value in the given scope.

Parameters

scope (Scope) – The scope to use.

Return type

bool