eval_python

Evaluate a python expression.
     expr - an expression
returns: the expression value.
This function will throw an exception if the expression can not be evaluated.
Thread-safe function.

any eval_python(string expr);

Last updated