public class PythonScriptEngineService.PythonExecutableScript extends Object implements ExecutableScript
| Constructor and Description |
|---|
PythonExecutableScript(org.python.core.PyCode code,
Map<String,Object> vars) |
| Modifier and Type | Method and Description |
|---|---|
Object |
run() |
void |
setNextVar(String name,
Object value) |
Object |
unwrap(Object value) |
public void setNextVar(String name, Object value)
setNextVar in interface ExecutableScriptpublic Object run()
run in interface ExecutableScriptpublic Object unwrap(Object value)
unwrap in interface ExecutableScriptCopyright © 2009–2017. All rights reserved.