MCPcopy Create free account
hub / github.com/dchevell/flask-executor / map

Method map

flask_executor/executor.py:54–56  ·  view source on GitHub ↗
(self, *iterables, **kwargs)

Source from the content-addressed store, hash-verified

52 return future
53
54 def map(self, *iterables, **kwargs):
55 results = self.executor.map(self.fn, *iterables, **kwargs)
56 return results
57
58
59class Executor(InstanceProxy, concurrent.futures._base.Executor):

Callers

nothing calls this directly

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected