Class CompiledScriptCacheImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.python.core.PyCode getOrCompile​(java.lang.String filename, java.lang.String script)  
      • Methods inherited from class java.lang.Object

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

      • CompiledScriptCacheImpl

        public CompiledScriptCacheImpl()
    • Method Detail

      • getOrCompile

        public org.python.core.PyCode getOrCompile​(java.lang.String filename,
                                                   java.lang.String script)
                                            throws org.python.core.PyException
        Specified by:
        getOrCompile in interface CompiledScriptCache
        Throws:
        org.python.core.PyException