MCPcopy
hub / github.com/tanelpoder/0xtools / start_section

Method start_section

lib/0xtools/argparse.py:256–260  ·  view source on GitHub ↗
(self, heading)

Source from the content-addressed store, hash-verified

254 # Message building methods
255 # ========================
256 def start_section(self, heading):
257 self._indent()
258 section = self._Section(self, self._current_section, heading)
259 self._add_item(section.format_help, [])
260 self._current_section = section
261
262 def end_section(self):
263 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