.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.py.interpreter .. highlight:: python .. _wx.py.interpreter.InterpreterAlaCarte: ========================================================================================================================================== |phoenix_title| **wx.py.interpreter.InterpreterAlaCarte** ========================================================================================================================================== Demo Interpreter. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class InterpreterAlaCarte:
| |super_classes| Known Superclasses ================================== :class:`wx.py.interpreter.Interpreter` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.py.interpreter.InterpreterAlaCarte.__init__` Create an interactive interpreter object. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: InterpreterAlaCarte(Interpreter) Demo Interpreter. .. method:: __init__(self, locals, rawin, stdin, stdout, stderr, ps1='main prompt', ps2='continuation prompt') Create an interactive interpreter object.