finesse.symbols.Constant.substitute¶
- Constant.substitute(subs)[source]¶
Uses a dictionary to substitute terms in this expression with another. This does not perform any evaluation of any terms, unlike eval(subs=…).
- Parameters
- subsdict
Dictionary of substitutions to make. Keys can be the actual symbol or the name of the symbol in string form. Values must all be proper symbols.