Class CompiledScriptCacheImpl
java.lang.Object
com.inductiveautomation.perspective.gateway.script.CompiledScriptCacheImpl
- All Implemented Interfaces:
CompiledScriptCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.python.core.PyCode
getOrCompile
(String projectName, String filename, String script)
-
Constructor Details
-
CompiledScriptCacheImpl
-
-
Method Details
-
getOrCompile
public org.python.core.PyCode getOrCompile(String projectName, String filename, String script) throws org.python.core.PyException - Specified by:
getOrCompile
in interfaceCompiledScriptCache
- Throws:
org.python.core.PyException
-