MCPcopy Create free account
hub / github.com/apache/mesos / map

Method map

src/python/cli/src/mesos/futures.py:180–182  ·  view source on GitHub ↗
(self, func, iterables, timeout=None)

Source from the content-addressed store, hash-verified

178 return future
179
180 def map(self, func, iterables, timeout=None):
181 # TODO(benh): Implement!
182 raise NotImplementedError()
183
184 def shutdown(self, wait=True):
185 if wait:

Callers 12

JaFunction · 0.80
kbFunction · 0.80
updateFunction · 0.80
prepareTreeFunction · 0.80
bootstrap.jsFile · 0.80
bootstrap.min.jsFile · 0.80
WFunction · 0.80
erFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected