Home
last modified time | relevance | path

Searched defs:iterables (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dheapq.py314 def merge(*iterables, key=None, reverse=False):
/third_party/python/Lib/concurrent/futures/
Dprocess.py183 def _get_chunks(*iterables, chunksize):
710 def map(self, fn, *iterables, timeout=None, chunksize=1):
D_base.py573 def map(self, fn, *iterables, timeout=None, chunksize=1):
/third_party/python/Lib/test/
Dtest_itertools.py162 def chain2(*iterables):