InterpContext.py_eval

Evaluate a python expression once within this context and return the result.

class InterpContext
T
py_eval
(
T = PyObject*
)
(,
string file = __FILE__
,
size_t line = __LINE__
)

Return Value

Type: T

the result of expression

Meta