Home
last modified time | relevance | path

Searched defs:itertools (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/
Dfuture_builtins.c84 PyObject *m, *itertools, *iter_func; in initfuture_builtins() local
/external/python/cpython2/Lib/
Dtimeit.py62 itertools = None variable
/external/python/cpython3/Doc/whatsnew/
D3.2.rst836 itertools section in New, Improved, and Deprecated Modules
D3.8.rst913 itertools section in Improved Modules
D3.3.rst1491 itertools section in Improved Modules
D3.7.rst1082 itertools section in Improved Modules
/external/python/cpython3/Lib/test/
Dtest_zipfile.py2777 class itertools: class in jaraco