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

Method wrap_box

docs/sphinx_extensions/dfhack/tool_docs.py:149–150  ·  view source on GitHub ↗
(*children: List[nodes.Node])

Source from the content-addressed store, hash-verified

147
148 @staticmethod
149 def wrap_box(*children: List[nodes.Node]) -> nodes.Admonition:
150 return nodes.topic('', *children, classes=['dfhack-tool-summary'])
151
152 def make_labeled_paragraph(self, *args, **kwargs):
153 # convenience wrapper to set label_class to the desired builder-specific node type

Callers 2

runMethod · 0.95
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected