pyre.tracking.FileRegion

Module Contents

class pyre.tracking.FileRegion.FileRegion(start, end)

A locator that records information about a region of a file

__slots__ = ['start', 'end']
__str__(self)