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

Method branch

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

Source from the content-addressed store, hash-verified

138 wait_and_raise_if_fail(self)
139
140 def branch(self):
141 c = GenTool(self.name_executable, out=self.output, err=self.error)
142 c.options = copy.deepcopy(self.options)
143 return c
144
145 def get_build_version(self):
146 p = subprocess.Popen(

Callers

nothing calls this directly

Calls 1

GenToolClass · 0.85

Tested by

no test coverage detected