finesse.symbols.Variable.eval

Variable.eval(subs=None, keep=None, **kwargs)[source]

Evaluates this variable and returns either itself or a substituted value.

Parameters
subsdict

Dictionary of object

keepiterable, str

A collection of names of variables to keep as variables when evaluating. Keep will override any substitution.