.. include:: headings.inc .. module:: py.shell .. currentmodule:: py.shell .. highlight:: python .. _py.shell: ========================================================================================================================================== |phoenix_title| **shell** ========================================================================================================================================== Shell is an interactive text control in which a user types in commands to be sent to the interpreter. This particular shell is based on wxPython's wxStyledTextCtrl. Sponsored by Orbtech - Your source for Python programming expertise. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for module **shell** .. raw:: html

Inheritance diagram of shell

| |class_summary| Classes Summary =============================== ================================================================================ ================================================================================ :ref:`py.shell.Shell` Shell based on StyledTextCtrl. :ref:`py.shell.ShellFacade` Simplified interface to all shell-related functionality. :ref:`py.shell.ShellFrame` Frame containing the shell component. ================================================================================ ================================================================================ | .. toctree:: :maxdepth: 1 :hidden: py.shell.Shell py.shell.ShellFacade py.shell.ShellFrame