pyre.components.Tracker¶
Module Contents¶
-
class
pyre.components.Tracker.Tracker(**kwds)¶ Bases:
pyre.components.Monitor.MonitorA class that monitors the traits of a set of components and maintains a record of their values
-
track(self, component)¶ Add the {component} traits to the pile of observables
-
flush(self, observable, **kwds)¶ Handle the notification that the value of {observable} has changed
-