]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/d_wx.py
1 """Decorator utility for documentation and shell scripting.
3 When you import wx from this module, all of the classes get decorated
4 with docstrings from our decoration class definitions.
7 __author__
= "Patrick K. O'Brien <pobrien@orbtech.com>"
9 __revision__
= "$Revision$"[11:-2]
11 from wxPython
import wx
17 decorator
.decorate(real
=wx
, decoration
=wx_
)