]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/wx_.py
   1 """Decorator classes for documentation and shell scripting. 
   3 Information contained in this module, and all modules imported by this 
   4 module, is covered by the wxWindows Free Documentation Licence.  See 
   5 the LICENSE.txt file for details. 
   8 __author__ 
= "Patrick K. O'Brien <pobrien@orbtech.com>" 
  10 __revision__ 
= "$Revision$"[11:-2] 
  13 # These are not the real wxPython classes. These are Python versions 
  14 # for documentation purposes. They are also used to apply docstrings 
  15 # to the real wxPython classes, which are SWIG-generated wrappers for 
  26     'DataStructures': None, 
  31     'EventFunctions': None, 
  37     'ImageHandlers': None, 
  39     'LayoutConstraints': None, 
  57 for topic 
in _topics
.keys(): 
  58     _topics
[topic
] = __import__(topic
, globals()) 
  59     exec 'from %s import *' % topic
 
  61 del topic  
# Cleanup the namespace. 
  64     del wx  
# Cleanup any module that imports Parameters as wx.