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