| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
|||
|
|||
|
|||
__id__ = This module contains a function wrapper and an object wrapper that catch control errors and shows them in an error report dialog. |
|||
excluded =
|
|||
|
|||
Wrap a function so its errors get transferred to a dialog.
obj -- Object containing the function. It is assumed that the
object has an attribute named 'mainFrame', which is a
reference to the MainFrame instance, which contains
information about how and when to display errors.
funcName -- Name of a function to wrap.
Returns the wrapped function
|
Wrap all functions of an object so that the exceptions are caught.
obj -- Object containing the function. It is assumed that the object has an
attribute named 'mainFrame', which is a reference to the MainFrame
instance, which contains information about how and when to display
errors.
ex -- A list of function names to exclude. These are excluded in addition
to the 'excluded' list defined in the method.
All functions starting with '_' are excluded.
|
|
|||
__id__This module contains a function wrapper and an object wrapper that catch control errors and shows them in an error report dialog. This is used by PDFPanel and MainFrame.
|
excluded
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:10:59 2009 | http://epydoc.sourceforge.net |