Home | History | Annotate | Download | only in pattern_tools

Lines Matching full:vline

2336 class VLine(Line):
2339 VLine(y1, y2, x, attribute=value)
2348 return "<VLine (%g, %g) at x=%s %s>" % (self.y1, self.y2, self.x, self.attr)