Home | History | Annotate | Download | only in python2.7

Lines Matching refs:xhi

884     def addpair(self, xlo, xhi):
885 if xlo > xhi: return
886 self.pairs.append((xlo, xhi))