env3d.jythonrunner
Class EnvPythonInterpreter

java.lang.Object
  extended by org.python.util.PythonInterpreter
      extended by env3d.jythonrunner.EnvPythonInterpreter

public class EnvPythonInterpreter
extends org.python.util.PythonInterpreter


Field Summary
 
Fields inherited from class org.python.util.PythonInterpreter
cflags, systemState, threadLocals
 
Constructor Summary
EnvPythonInterpreter(java.lang.String file)
           
 
Method Summary
 
Methods inherited from class org.python.util.PythonInterpreter
cleanup, compile, compile, compile, compile, eval, eval, exec, exec, execfile, execfile, execfile, get, get, getLocals, getSystemState, initialize, set, set, setErr, setErr, setErr, setIn, setIn, setIn, setLocals, setOut, setOut, setOut, setSystemState, threadLocalStateInterpreter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvPythonInterpreter

public EnvPythonInterpreter(java.lang.String file)