InterpContext.py_stmts

Evaluate one or more python statements once.

class InterpContext
void
py_stmts
(
string python
,
string file = __FILE__
,
size_t line = __LINE__
)

Parameters

python string
python string

python statements

file string
line size_t

Meta