| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.python.util.PythonInterpreter
        |
        +--org.python.util.InteractiveInterpreter
              |
              +--org.python.util.InteractiveConsole
                    |
                    +--org.python.util.ReadlineConsole
| Field Summary | |
|  java.lang.String | filename | 
| Fields inherited from class org.python.util.InteractiveInterpreter | 
| buffer | 
| Constructor Summary | |
| ReadlineConsole() | |
| ReadlineConsole(PyObject locals) | |
| ReadlineConsole(PyObject locals,
                java.lang.String filename) | |
| Method Summary | |
|  java.lang.String | raw_input(PyObject prompt)Write a prompt and read a line. | 
| Methods inherited from class org.python.util.InteractiveConsole | 
| getDefaultBanner, interact, interact, push | 
| Methods inherited from class org.python.util.InteractiveInterpreter | 
| interrupt, resetbuffer, runcode, runsource, runsource, runsource, showexception, write | 
| Methods inherited from class org.python.util.PythonInterpreter | 
| cleanup, eval, exec, exec, execfile, execfile, execfile, get, get, getLocals, initialize, set, set, setErr, setErr, setErr, setLocals, setOut, setOut, setOut | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public java.lang.String filename
| Constructor Detail | 
public ReadlineConsole()
public ReadlineConsole(PyObject locals)
public ReadlineConsole(PyObject locals,
                       java.lang.String filename)
| Method Detail | 
public java.lang.String raw_input(PyObject prompt)
raw_input in class InteractiveConsole| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||