Class PythonInteractiveInterpreter
java.lang.Object
org.python.util.PythonInterpreter
org.python.util.InteractiveInterpreter
org.python.util.InteractiveConsole
org.openjump.util.python.PythonInteractiveInterpreter
- All Implemented Interfaces:
Runnable
public class PythonInteractiveInterpreter
extends org.python.util.InteractiveConsole
implements Runnable
-
Field Summary
Fields inherited from class org.python.util.InteractiveConsole
CONSOLE_FILENAME, filenameFields inherited from class org.python.util.InteractiveInterpreter
bufferFields inherited from class org.python.util.PythonInterpreter
cflags, systemState -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.python.util.InteractiveConsole
getDefaultBanner, interact, interact, push, raw_inputMethods inherited from class org.python.util.InteractiveInterpreter
interrupt, resetbuffer, runcode, runsource, runsource, runsource, showexception, writeMethods inherited from class org.python.util.PythonInterpreter
cleanup, eval, exec, exec, execfile, execfile, execfile, get, get, getLocals, initialize, set, set, setErr, setErr, setErr, setLocals, setOut, setOut, setOut, setState
-
Constructor Details
-
PythonInteractiveInterpreter
public PythonInteractiveInterpreter(bsh.util.JConsole console)
-
-
Method Details
-
run
-