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