Home | History | Annotate | Download | only in gcc-4.9

Lines Matching full:itertools

19 import itertools
63 # In Python 2, we still need these from itertools
64 from itertools import imap, izip
754 counter = imap (self.format_count, itertools.count())
789 counter = imap (self.format_count, itertools.count())