finesse.parameter.Parameter.lambdify¶
- Parameter.lambdify(self, *args)¶
Returns a lambda function that returns the value of this parameter.
Parameters in a symbolic function can be kept as variables by passing the Parameter object as optional arguments. The returned lambda function will then have len(args) arguments - effectively subsituting values at call time.