.. include:: headings.inc .. module:: lib.pyshell .. currentmodule:: lib.pyshell .. highlight:: python .. _lib.pyshell: ========================================================================================================================================== |phoenix_title| **pyshell** ========================================================================================================================================== PyShellWindow is a class that provides an Interactive Interpreter running inside a wxStyledTextCtrl, similar to the Python shell windows found in IDLE and PythonWin. There is still much to be done to improve this class, such as line buffering/recall, autoindent, calltips, autocomplete, fixing the colourizer, etc... But it's a good start. 8-10-2001 THIS MODULE IS NOW DEPRECATED. Please see the most excellent PyCrust package instead. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for module **pyshell** .. raw:: html

Inheritance diagram of pyshell

| |class_summary| Classes Summary =============================== ================================================================================ ================================================================================ :ref:`lib.pyshell.FauxFile` :ref:`lib.pyshell.PyShellWindow` ================================================================================ ================================================================================ | .. toctree:: :maxdepth: 1 :hidden: lib.pyshell.FauxFile lib.pyshell.PyShellWindow