]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/Logging.py
1 """Decorator classes for documentation and shell scripting.
4 __author__
= "Patrick K. O'Brien <pobrien@orbtech.com>"
6 __revision__
= "$Revision$"[11:-2]
9 # These are not the real wxPython classes. These are Python versions
10 # for documentation purposes. They are also used to apply docstrings
11 # to the real wxPython classes, which are SWIG-generated wrappers for
15 import Parameters
as wx
29 def HasPendingMessages(self
):
53 def _setCallbackInfo(self
):
65 def IsPassingMessages(self
):
69 def PassMessages(self
):
102 class LogStderr(Log
):
110 class LogTextCtrl(Log
):
118 class LogWindow(Log
):
129 def IsPassingMessages(self
):
133 def PassMessages(self
):