evalExpression

Evaluate a python expression once and return the result.

T
evalExpression
(
T = PyObject*
)
(,
string pythonModule = ""
,
string file = __FILE__
,
size_t line = __LINE__
)

Parameters

pythonModule string

context in which to run expression. either a python module name, or "".

Meta