1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
:mod:`trait_notifiers` Module
=============================
.. automodule:: traits.trait_notifiers
:no-members:
Classes
-------
.. autoclass:: NotificationExceptionHandlerState
.. autoclass:: NotificationExceptionHandler
:members: _push_handler, _pop_handler, _handle_exception, _get_handlers,
_check_lock, _log_exception
.. autoclass:: StaticAnyTraitChangeNotifyWrapper
.. autoclass:: StaticTraitChangeNotifyWrapper
.. autoclass:: TraitChangeNotifyWrapper
.. autoclass:: ExtendedTraitChangeNotifyWrapper
.. autoclass:: FastUITraitChangeNotifyWrapper
.. autoclass:: NewTraitChangeNotifyWrapper
Functions
---------
.. autofunction:: set_ui_handler
|