MCPcopy
hub / github.com/apache/caldera / add_executors

Method add_executors

app/objects/c_ability.py:166–169  ·  view source on GitHub ↗

Create executor map from list of executor objects

(self, executors)

Source from the content-addressed store, hash-verified

164 self._executor_map[map_key] = executor
165
166 def add_executors(self, executors):
167 """Create executor map from list of executor objects"""
168 for executor in executors:
169 self.add_executor(executor)
170
171 def remove_all_executors(self):
172 self._executor_map = collections.OrderedDict()

Callers 1

__init__Method · 0.95

Calls 1

add_executorMethod · 0.95

Tested by

no test coverage detected