Lines Matching refs:xhi
884 def addpair(self, xlo, xhi):885 if xlo > xhi: return886 self.pairs.append((xlo, xhi))