PythonEvaluationResult |
PythonRuntimeService.eval(String prepareEnvironmentScript,
String script,
Map<String,Serializable> vars) |
PythonEvaluationResult |
ExternalPythonProcessRunService.eval(String expression,
String prepareEnvironmentScript,
Map<String,Serializable> context) |
PythonEvaluationResult |
PythonRuntimeService.test(String prepareEnvironmentScript,
String script,
Map<String,Serializable> vars,
long timeout) |
PythonEvaluationResult |
ExternalPythonProcessRunService.test(String expression,
String prepareEnvironmentScript,
Map<String,Serializable> context,
long timeout) |