Home
last modified time | relevance | path

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

/third_party/grpc/src/python/grpcio/grpc/framework/foundation/
Dlogging_pool.py53 def map(self, func, *iterables, **kwargs):
/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):