public interface IPythonSideEngine
Modifier and Type | Method and Description |
---|---|
IInteractiveReturn |
executeInteractive(String codeText)
Execute a block of code on the target as an interactive line.
|
IInteractiveReturn |
executeScript(String codeText,
String filename)
Execute a block of code on the target as a script.
|
Object |
internalGetVariable(String name) |
Map<String,Object> |
internalGetVariables() |
boolean |
internalHasVariable(String name) |
void |
internalSetVariable(String name,
Object content) |
void |
teardownEngine()
Tear down the Python side of the engine
|
IInteractiveReturn executeScript(String codeText, String filename) throws Throwable
Throwable
IInteractiveReturn executeInteractive(String codeText) throws Throwable
Throwable
boolean internalHasVariable(String name)
void teardownEngine()