Searched refs:Bounds (Results 1 – 1 of 1) sorted by relevance
19 class Bounds(collections.namedtuple('Bounds', ['start', 'end'])): class46 return Bounds(Point(*points[:2]), Point(*points[-2:]))