public class ReadlineConsole extends InteractiveConsole
| Modifier and Type | Field and Description |
|---|---|
String |
filename |
CONSOLE_FILENAMEbuffer| 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_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 String filename
public ReadlineConsole()
public ReadlineConsole(PyObject locals)
public String raw_input(PyObject prompt)
raw_input in class InteractiveConsole