API Reference for Enthought Tool Suite 3.0.1
Defines the classes needed to implement and support the Traits change notification mechanism.
handle_exception = notification_exception_handler._handle_exception
notification_exception_handler = NotificationExceptionHandler()
pop_exception_handler = notification_exception_handler._pop_handler
push_exception_handler = notification_exception_handler._push_handler
The handler for notifications that must be run on the UI thread
ui_handler = None
The thread ID for the user interface thread
ui_thread = -Const(1)
Sets up the user interface thread handler.
| Local name | Refers to |
|---|---|
| get_ident | thread.get_ident |
| MethodType | types.MethodType |
| sys | sys |
| Thread | threading.Thread |
| traceback | traceback |
| TraitNotificationError | enthought.traits.trait_errors.TraitNotificationError |
| Uninitialized | enthought.traits.trait_base.Uninitialized |
| weakref | weakref |
© Copyright 2002-2008 Enthought, Inc.