Package rats :: Module observer
[hide private]
[frames] | no frames]

Module observer

source code

Subject and Observer classes to implement the Model-View-Controller pattern.

Classes [hide private]
  Observer
Instances of Observer are notified of changes happening in the Subject instances they are attached to.
  Subject
Subject watched by an Observer.
Variables [hide private]
  __package__ = 'rats'

Imports: weakref