MCPcopy Create free account
hub / github.com/apache/madlib / start_section

Method start_section

src/madpack/argparse.py:263–267  ·  view source on GitHub ↗
(self, heading)

Source from the content-addressed store, hash-verified

261 # Message building methods
262 # ========================
263 def start_section(self, heading):
264 self._indent()
265 section = self._Section(self, self._current_section, heading)
266 self._add_item(section.format_help, [])
267 self._current_section = section
268
269 def end_section(self):
270 self._current_section = self._current_section.parent

Callers 1

format_helpMethod · 0.80

Calls 2

_indentMethod · 0.95
_add_itemMethod · 0.95

Tested by

no test coverage detected