File: trait_notifiers.rst

package info (click to toggle)
python-traits 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,576 kB
  • sloc: python: 20,406; ansic: 3,991; makefile: 98; sh: 22
file content (31 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (2)
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