Class PythonInteractiveInterpreter

    • 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, threadLocals, useThreadLocalState
    • Method Summary

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

        _interact, getDefaultBanner, interact, interact, push, raw_input, 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, close, 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
    • Constructor Detail

      • PythonInteractiveInterpreter

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

      • run

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