]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/d_stc.py
   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_
)