public class ReadlineConsole extends InteractiveConsole
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
filename |
CONSOLE_FILENAMEbuffer| 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, pushinterrupt, resetbuffer, runcode, runsource, runsource, runsource, showexception, writepublic 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