Class 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, filename
      • Fields inherited from class org.python.util.InteractiveInterpreter

        buffer
      • Fields inherited from class org.python.util.PythonInterpreter

        cflags, systemState
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class org.python.util.InteractiveConsole

        getDefaultBanner, interact, interact, push, raw_input
      • Methods inherited from class org.python.util.InteractiveInterpreter

        interrupt, resetbuffer, runcode, runsource, runsource, runsource, showexception, write
      • Methods 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 Detail

      • PythonInteractiveInterpreter

        public PythonInteractiveInterpreter​(bsh.util.JConsole console)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable