Interface CompiledScriptCache

All Known Implementing Classes:
CompiledScriptCacheImpl

public interface CompiledScriptCache
  • Method Summary

    Modifier and Type
    Method
    Description
    org.python.core.PyCode
    getOrCompile(String projectName, String filename, String script)
     
  • Method Details

    • getOrCompile

      org.python.core.PyCode getOrCompile(String projectName, String filename, String script) throws org.python.core.PyException
      Throws:
      org.python.core.PyException