Searched defs:iterables (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/python/grpcio/grpc/framework/foundation/ |
D | logging_pool.py | 53 def map(self, func, *iterables, **kwargs):
|
/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):
|