MCPcopy Create free account
hub / github.com/DFHack/dfhack / run

Method run

docs/sphinx_extensions/dfhack/tool_docs.py:194–198  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192 return ret_nodes
193
194 def run(self):
195 out = DFHackToolDirectiveBase.run(self)
196 if 'no-command' not in self.options:
197 out += [self.wrap_box(*DFHackCommandDirective.render_content(self))]
198 return out
199
200
201class DFHackCommandDirective(DFHackToolDirectiveBase):

Callers 1

build.pyFile · 0.45

Calls 2

wrap_boxMethod · 0.80
render_contentMethod · 0.45

Tested by

no test coverage detected