]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/d_stc.py
e906ffc889636d81a7360b7e43cb415b835a89f5
1 """Decorator utility for documentation and shell scripting.
3 When you import stc 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 stc
17 decorator
.decorate(real
=stc
, decoration
=stc_
)