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, raw_input
interrupt, resetbuffer, runcode, runsource, runsource, runsource, showexception, write
cleanup, compile, compile, compile, compile, eval, eval, exec, exec, execfile, execfile, execfile, get, get, getLocals, getSystemState, initialize, set, set, setErr, setErr, setErr, setIn, setIn, setIn, setLocals, setOut, setOut, setOut, threadLocalStateInterpreter
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