MCPcopy Create free account
hub / github.com/comaps/comaps / _collect_cmd

Method _collect_cmd

tools/python/maps_generator/generator/gen_tool.py:156–158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154 return out.decode("utf-8").replace("\n", " ").strip()
155
156 def _collect_cmd(self):
157 options = ["".join(["--", k, "=", str(v)]) for k, v in self.options.items()]
158 return [self.name_executable, *options]
159
160
161def run_gen_tool(*args, **kwargs):

Callers 2

argsMethod · 0.95
run_asyncMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected