.. include:: headings.inc .. _PropagationDisabler: ========================================================================================================================================== |phoenix_title| **PropagationDisabler** ========================================================================================================================================== Helper class to temporarily change an event to not propagate. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **PropagationDisabler** .. raw:: html

Inheritance diagram of PropagationDisabler

| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~PropagationDisabler.__init__` :meth:`~PropagationDisabler.__enter__` :meth:`~PropagationDisabler.__exit__` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: PropagationDisabler(object) Helper class to temporarily change an event to not propagate. **Possible constructors**:: PropagationDisabler(event) .. method:: __init__(self, event) :param `event`: :type `event`: Event .. method:: __enter__(self) .. method:: __exit__(self, exc_type, exc_val, exc_tb)