pyd ~master (2018-03-05T17:12:37Z)
Home
Dub
Repo
InterpContext.py_stmts
pyd
embedded
InterpContext
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
Source
See Implementation
pyd
embedded
InterpContext
constructors
this
functions
py_eval
py_stmts
variables
globals
locals
Evaluate one or more python statements once.