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
Type: string

python statements

Meta