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

Lines Matching refs:enumerate

857         self._toc = dict(enumerate(zip(starts, stops)))
901 self._toc = dict(enumerate(zip(starts, stops)))
1330 self._toc = dict(enumerate(zip(starts, stops)))
1331 self._labels = dict(enumerate(label_lists))