pyre.tracking.Chain

Module Contents

class pyre.tracking.Chain.Chain(this, next)

A locator that ties together two others in order to express that something in {next} caused {this} to be recorded

__slots__ = ['this', 'next']
__str__(self)