Bases: object
object
Mixin class for objects that can have observers.
Subclasses must call the super().__init__() method in their __init__() method or add the observers attribute.
__init__()
observers
Methods
__init__
add_observers
clear_observers
notify_observers