friendlysam.opt.Mul.value¶
-
Mul.value¶ The concrete value of the expression, if possible.
This property should only be used when you expect a concrete value. It is computed by calling
evaluate()with theevaluatorsargument set toCONCRETE_EVALUATORS. If the returned value is a number or boolean, it is returned.Raises: :exc– NoValueError if the expression did not evaluate to a number or boolean.