org.python.util

Class JLineConsole

public class JLineConsole extends InteractiveConsole

This class uses JLine to provide readline like functionality to its console without requiring native readline support.
Constructor Summary
JLineConsole()
JLineConsole(PyObject locals)
JLineConsole(PyObject locals, String filename)
Method Summary
Stringraw_input(PyObject prompt)

Constructor Detail

JLineConsole

public JLineConsole()

JLineConsole

public JLineConsole(PyObject locals)

JLineConsole

public JLineConsole(PyObject locals, String filename)

Method Detail

raw_input

public String raw_input(PyObject prompt)
Jython homepage