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

Module wx.py.PyShell

PyShell is a python shell application.


Classes
App PyShell standalone application.

Function Summary
  main()
The main function for the PyShell program.

Variable Summary
str __author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
str __cvsid__ = '$Id: PyShell.py,v 1.10 2006/09/09 00:38:53 ...
str __revision__ = '1.10'
list original = ['__builtins__', '__name__', '__file__', '__d...

Function Details

main()

The main function for the PyShell program.


Variable Details

__author__

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

__cvsid__

Type:
str
Value:
'$Id: PyShell.py,v 1.10 2006/09/09 00:38:53 RD Exp $'                  

__revision__

Type:
str
Value:
'1.10'                                                                 

original

Type:
list
Value:
['__builtins__', '__name__', '__file__', '__doc__', 'cli']             

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:10:57 2007 http://epydoc.sf.net