.. wxPython Phoenix documentation

   This file was generated by Phoenix's sphinx generator and associated
   tools, do not edit by hand.

   Copyright: (c) 2011-2025 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

   <div class="collabsible-wrapper">
      <input id="collapsible-inheritance" class="collapsible-checkbox" type="checkbox">
      <label for="collapsible-inheritance" tabindex="0" title="Show inheritance diagram" class="collapsible-label">Inheritance diagram for class <strong>InterpreterAlaCarte</strong>:</label>
      <div class="collapsible-content">
         <p class="graphviz">
            <center><img src="_static/images/inheritance/wx.py.interpreter.InterpreterAlaCarte_inheritance.svg" alt="Inheritance diagram of InterpreterAlaCarte" usemap="#dummy" class="inheritance invert-in-dark-mode"/></center>
            <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.py.interpreter.InterpreterAlaCarte.html" title="Demo Interpreter." alt="" coords="5,159,288,188"/> <area shape="rect" id="node2" href="wx.py.interpreter.Interpreter.html" title="Interpreter based on code.InteractiveInterpreter." alt="" coords="37,82,257,111"/> <area shape="rect" id="node3" href="https://docs.python.org/3/library/code.html#code.InteractiveInterpreter" title="code.InteractiveInterpreter" alt="" coords="40,5,253,34"/> </map> 
         </p>
      </div>
   </div>
   <script type="text/javascript" src="_static/inheritancetoggle.js"></script>



|


|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.


