Package wx :: Package py :: Module interpreter :: Class InterpreterAlaCarte
[frames | no frames]

Class InterpreterAlaCarte

InteractiveInterpreter --+    
                         |    
               Interpreter --+
                             |
                            InterpreterAlaCarte


Demo Interpreter.


Method Summary
  __init__(self, locals, rawin, stdin, stdout, stderr, ps1, ps2)
Create an interactive interpreter object.
    Inherited from Interpreter
  getAutoCompleteKeys(self)
Return list of auto-completion keycodes.
  getAutoCompleteList(self, command, *args, **kwds)
Return list of auto-completion options for a command.
  getCallTip(self, command, *args, **kwds)
Return call tip text for a command.
  push(self, command)
Send command to the interpreter to be executed.
  runsource(self, source)
Compile and run source code in the interpreter.
    Inherited from InteractiveInterpreter
  runcode(self, code)
Execute a code object.
  showsyntaxerror(self, filename)
Display the syntax error that just occurred.
  showtraceback(self)
Display the exception that just occurred.
  write(self, data)
Write a string.

Class Variable Summary
    Inherited from Interpreter
str revision = '1.6.2.1'

Method Details

__init__(self, locals, rawin, stdin, stdout, stderr, ps1='main prompt', ps2='continuation prompt')
(Constructor)

Create an interactive interpreter object.

Overrides:
wx.py.interpreter.Interpreter.__init__

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:55:23 2007 http://epydoc.sf.net