JUBE
JUBE copied to clipboard
Add option to use more complex python code as parameter value
Currently, JUBE only allows parameters with the mode
set to python
to be simple expressions, which is quite restrictive.
This PR adds the possibility for any arbitrary python code to be passed as a parameter value, which will then use the code's return value as parameter value.