public class JLineConsole extends InteractiveConsole
CONSOLE_FILENAME, filename
buffer
Constructor and Description |
---|
JLineConsole() |
JLineConsole(PyObject locals) |
JLineConsole(PyObject locals,
String filename) |
Modifier and Type | Method and Description |
---|---|
jline.ConsoleReader |
getReader() |
PyObject |
getStartupHook() |
String |
raw_input(PyObject prompt)
Write a prompt and read a line from standard input.
|
void |
setStartupHook(PyObject hook)
Sets the startup hook (called prior to each readline)
|
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 JLineConsole()
public JLineConsole(PyObject locals)
public String raw_input(PyObject prompt)
InteractiveConsole
raw_input
in class InteractiveConsole
public jline.ConsoleReader getReader()
public PyObject getStartupHook()
public void setStartupHook(PyObject hook)