Phoenix Logo

phoenix_title wx.py.interpreter.InterpreterAlaCarte

Demo Interpreter.


class_hierarchy Class Hierarchy

Inheritance diagram for class InterpreterAlaCarte:


super_classes Known Superclasses

wx.py.interpreter.Interpreter


method_summary Methods Summary

__init__ Create an interactive interpreter object.

api Class API



class InterpreterAlaCarte(Interpreter)

Demo Interpreter.


Methods



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

Create an interactive interpreter object.