public class JLineConsole extends InteractiveConsole
CONSOLE_FILENAME, filenamebuffer| 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_inputinterrupt, resetbuffer, runcode, runsource, runsource, runsource, showexception, writecleanup, 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, threadLocalStateInterpreterpublic JLineConsole()
public JLineConsole(PyObject locals)
public String raw_input(PyObject prompt)
InteractiveConsoleraw_input in class InteractiveConsolepublic jline.ConsoleReader getReader()
public PyObject getStartupHook()
public void setStartupHook(PyObject hook)