.. include:: headings.inc .. currentmodule:: py.interpreter .. highlight:: python .. _py.interpreter.InterpreterAlaCarte: ========================================================================================================================================== |phoenix_title| **InterpreterAlaCarte** ========================================================================================================================================== Demo Interpreter. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **InterpreterAlaCarte** .. raw:: html

Inheritance diagram of InterpreterAlaCarte

| |super_classes| Known Superclasses ================================== :class:`py.interpreter.Interpreter` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~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.