org.python.util
Class MyConsole

java.lang.Object
  |
  +--org.python.util.PythonInterpreter
        |
        +--org.python.util.InteractiveInterpreter
              |
              +--org.python.util.InteractiveConsole
                    |
                    +--org.python.util.MyConsole

public class MyConsole
extends InteractiveConsole


Field Summary
 java.lang.String filename
           
 
Fields inherited from class org.python.util.InteractiveInterpreter
buffer
 
Constructor Summary
MyConsole()
           
MyConsole(PyObject locals)
           
MyConsole(PyObject locals, java.lang.String filename)
           
 
Method Summary
static PyObject myraw_input(PyObject[] args, java.lang.String[] kws)
           
 
Methods inherited from class org.python.util.InteractiveConsole
getDefaultBanner, interact, interact, push, raw_input
 
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

filename

public java.lang.String filename
Constructor Detail

MyConsole

public MyConsole()

MyConsole

public MyConsole(PyObject locals)

MyConsole

public MyConsole(PyObject locals,
                 java.lang.String filename)
Method Detail

myraw_input

public static PyObject myraw_input(PyObject[] args,
                                   java.lang.String[] kws)


Jython homepage