Class ScriptManager.ScriptFunctionImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptFunctionImpl​(org.python.core.PyObject func)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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, java.lang.String[] keywords)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptFunctionImpl

        public ScriptFunctionImpl​(org.python.core.PyObject func)