.. include:: headings.inc .. _PropagateOnce: ========================================================================================================================================== |phoenix_title| **PropagateOnce** ========================================================================================================================================== Helper class to temporarily lower propagation level. | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for class **PropagateOnce** .. raw:: html

Inheritance diagram of PropagateOnce

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