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

Lines Matching refs:anchor

376                 anchor = self._parseindex(head, all)
395 i = bisect(all, anchor)
398 i = bisect(all, anchor-1)