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