public interface ScriptFunction
| Modifier and Type | Method and Description |
|---|---|
org.python.core.PyObject |
invoke(org.python.core.PyObject... arguments)
Executes the compiled function against the source ScriptManger.
|
org.python.core.PyObject invoke(org.python.core.PyObject... arguments)
throws JythonExecException
JythonExecException