pyd v0.10.3 (2018-10-29T21:34:47Z)
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
string
python statements
Meta
Source
See Implementation
pyd
embedded
InterpContext
constructors
this
functions
popDummyFrame
pushDummyFrame
py_eval
py_stmts
properties
opDispatch
variables
flags
frame
globals
locals
Evaluate one or more python statements once.