py_stmts

Evaluate one or more python statements once.

void
py_stmts
(
string python
,
string modl = ""
,
string file = __FILE__
,
size_t line = __LINE__
)

Parameters

python string
python string

python statements

modl string

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

file string
line size_t

Meta