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.7 2004/03/15 13:42:37 P...
str __revision__ = '1.7'
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.7 2004/03/15 13:42:37 PKO Exp $'                  

__revision__

Type:
str
Value:
'1.7'                                                                  

original

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

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