protected class ScriptManager.ScriptFunctionImpl extends java.lang.Object implements ScriptFunction
Constructor and Description |
---|
ScriptFunctionImpl(org.python.core.PyObject func) |
Modifier and Type | Method and Description |
---|---|
org.python.core.PyObject |
invoke(org.python.core.PyObject... arguments)
Executes the compiled function against the source ScriptManger.
|
public org.python.core.PyObject invoke(org.python.core.PyObject... arguments) throws JythonExecException
ScriptFunction
invoke
in interface ScriptFunction
JythonExecException