Searched defs:itertools (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Modules/ | ||
D | future_builtins.c | 84 PyObject *m, *itertools, *iter_func; in initfuture_builtins() local |
/external/python/cpython2/Lib/ | ||
D | timeit.py | 62 itertools = None variable |
/external/python/cpython3/Doc/whatsnew/ | ||
D | 3.2.rst | 836 itertools section in New, Improved, and Deprecated Modules |
D | 3.8.rst | 913 itertools section in Improved Modules |
D | 3.3.rst | 1491 itertools section in Improved Modules |
D | 3.7.rst | 1082 itertools section in Improved Modules |
/external/python/cpython3/Lib/test/ | ||
D | test_zipfile.py | 2777 class itertools: class in jaraco |