Table Of Contents

Previous topic

PropagateOnce

Next topic

PyApp

This Page

phoenix_title PropagationDisabler

Helper class to temporarily change an event to not propagate.


class_hierarchy Inheritance Diagram

Inheritance diagram for class PropagationDisabler

Inheritance diagram of PropagationDisabler


method_summary Methods Summary

__init__  
__enter__  
__exit__  

api Class API



class PropagationDisabler(object)

Helper class to temporarily change an event to not propagate.

Possible constructors:

PropagationDisabler(event)

Methods



__init__(self, event)
Parameters:event (Event) –


__enter__(self)


__exit__(self, exc_type, exc_val, exc_tb)