Home
last modified time | relevance | path

Searched refs:_itertools (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dtokenize.py32 import itertools as _itertools namespace
92 for t in _itertools.permutations(prefix):
95 for u in _itertools.product(*[(c, c.upper()) for c in t]):
230 for tok in _itertools.chain([token], iterable):
428 empty = _itertools.repeat(b"")
429 rl_gen = _itertools.chain(consumed, iter(readline, b""), empty)
/third_party/python/Lib/importlib/resources/
H A Dreaders.py8 from ._itertools import unique_everseen
/third_party/python/Lib/importlib/metadata/
H A D__init__.py20 from ._itertools import always_iterable, unique_everseen

Completed in 4 milliseconds