Lines Matching full:itertools
19 import itertools63 # In Python 2, we still need these from itertools64 from itertools import imap, izip754 counter = imap (self.format_count, itertools.count())789 counter = imap (self.format_count, itertools.count())