public class ReadlineConsole extends InteractiveConsole
Modifier and Type | Field and Description |
---|---|
java.lang.String |
filename |
CONSOLE_FILENAME
buffer
Constructor and Description |
---|
ReadlineConsole() |
ReadlineConsole(PyObject locals) |
ReadlineConsole(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 ReadlineConsole()
public ReadlineConsole(PyObject locals)
public ReadlineConsole(PyObject locals, java.lang.String filename)
public java.lang.String raw_input(PyObject prompt)
raw_input
in class InteractiveConsole