fable.python.views
Class PythonConsole

java.lang.Object
  extended by fable.python.views.PythonConsole

public class PythonConsole
extends java.lang.Object

a Python console for starting a Python interpreter from Java using Jep

Author:
goetz

Constructor Summary
PythonConsole()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonConsole

public PythonConsole()
Method Detail

run

public void run()