pyre.tracking.Tracker

Module Contents

class pyre.tracking.Tracker.Tracker(**kwds)

Record the values a key has taken

getHistory(self, key)

Retrieve the historical record associated with a particular {key}

track(self, key, node)

Add {value} to the history of {key}