Class CompiledScriptCacheImpl
java.lang.Object
com.inductiveautomation.perspective.gateway.script.CompiledScriptCacheImpl
- All Implemented Interfaces:
- CompiledScriptCache
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.python.core.PyCodegetOrCompile(String projectName, String filename, String script) 
- 
Constructor Details- 
CompiledScriptCacheImpl
 
- 
- 
Method Details- 
getOrCompilepublic org.python.core.PyCode getOrCompile(String projectName, String filename, String script) throws org.python.core.PyException - Specified by:
- getOrCompilein interface- CompiledScriptCache
- Throws:
- org.python.core.PyException
 
 
-