Searched defs:iterables (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/ |
D | heapq.py | 314 def merge(*iterables, key=None, reverse=False):
|
/third_party/python/Lib/concurrent/futures/ |
D | process.py | 183 def _get_chunks(*iterables, chunksize): 710 def map(self, fn, *iterables, timeout=None, chunksize=1):
|
D | _base.py | 573 def map(self, fn, *iterables, timeout=None, chunksize=1):
|
/third_party/python/Lib/test/ |
D | test_itertools.py | 162 def chain2(*iterables):
|