Package wx :: Package py :: Module shell
[frames | no frames]

Module wx.py.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.


Classes
Shell Shell based on StyledTextCtrl.
ShellFacade Simplified interface to all shell-related functionality.
ShellFrame Frame containing the shell component.

Variable Summary
str __author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
str __cvsid__ = '$Id: shell.py,v 1.9 2004/10/15 20:31:23 RD ...
str __revision__ = '1.9'
tuple NAVKEYS = (314, 316, 318, 317, 319, 312, 313)

Variable Details

__author__

Type:
str
Value:
"Patrick K. O'Brien <pobrien@orbtech.com>"                             

__cvsid__

Type:
str
Value:
'$Id: shell.py,v 1.9 2004/10/15 20:31:23 RD Exp $'                     

__revision__

Type:
str
Value:
'1.9'                                                                  

NAVKEYS

Type:
tuple
Value:
(314, 316, 318, 317, 319, 312, 313)                                    

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:04 2005 http://epydoc.sf.net