pyd v0.14.3 (2022-03-12T16:12:50Z)
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
string
python statements
file
string
line
size_t
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.