public class JLineConsole extends InteractiveConsole
CONSOLE_FILENAME, filename
buffer
Constructor and Description |
---|
JLineConsole() |
JLineConsole(PyObject locals) |
JLineConsole(PyObject locals,
java.lang.String filename) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
raw_input(PyObject prompt)
Write a prompt and read a line.
|
getDefaultBanner, interact, interact, push
interrupt, resetbuffer, runcode, runsource, runsource, runsource, showexception, write
public JLineConsole()
public JLineConsole(PyObject locals)
public JLineConsole(PyObject locals, java.lang.String filename)
public java.lang.String raw_input(PyObject prompt)
InteractiveConsole
raw_input
in class InteractiveConsole