.. include:: headings.inc .. currentmodule:: py.shell .. highlight:: python .. _py.shell.ShellFacade: ========================================================================================================================================== |phoenix_title| **ShellFacade** ========================================================================================================================================== Simplified interface to all shell-related functionality. This is a semi-transparent facade, in that all attributes of other are accessible, even though only some are visible to the user. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **ShellFacade** .. raw:: html

Inheritance diagram of ShellFacade

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~py.shell.ShellFacade.__init__` Create a ShellFacade instance. :meth:`~py.shell.ShellFacade.help` Display some useful information about how to use the shell. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: ShellFacade Simplified interface to all shell-related functionality. This is a semi-transparent facade, in that all attributes of other are accessible, even though only some are visible to the user. .. method:: __init__(self, other) Create a ShellFacade instance. .. method:: help(self) Display some useful information about how to use the shell.